Html Css Color HEX #E177C0 Persian Pink

📋 copy color: '#E177C0'

red 225 ◦ green 119 ◦ blue 192

#E177C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E177C0

Tints of Persian Pink #E177C0

RGB

 RED value IS 225 (88.28% from 255) = 41.98%

 GREEN value IS 119 (46.88% from 255) = 22.2%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 41.98%
G = 22.2%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E177C0 (or 0xE177C0) is known color: Persian Pink. HEX triplet: E1, 77 and C0. RGB value is (225,119,192). Sum of RGB (Red+Green+Blue) = 225+119+192=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E177C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177C0 is #1E883F. Grayscale: #9E9E9E. Windows color (decimal): -2000960 or 12613601. OLE color: 12613601.

HSL color Cylindrical-coordinate representation of color #E177C0: hue angle of 318.68º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177C0 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 192 -
CMYK 0 0.47 0.15 0.12
HSL 318.68º 0.64% 0.67% -
HSV(B) 318.68º 0.47% 0.88% -
XYZ 47.16 33.01 53.75 -
YUV 159.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 225 119 192 0 0.47 0.15 0.12 318.68 0.64 0.67
Hex E1 77 C0 0 2F F C 13F 40 43
Octal 341 167 300 0 57 17 14 477 100 103
Binary 11100001 1110111 11000000 0 101111 1111 1100 100111111 1000000 1000011

Color Harmonies of #E177C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177C0

Black with #E177C0

Text Example


Text Example

White with #E177C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177C0; }

 p { color: rgb(225,119,192); }

 H1.HeaderClassName
 {
   color: #E177C0;
 }
 .AnyTagClassName
 {
   color: #E177C0;
 }
</style>

background-color css

<style>
 a { background-color: #E177C0; }

 a { background-color: rgb(225,119,192); }

 div.DivClassName
 {
   background-color: #E177C0;
 }
 .BgClassName
 {
   background-color: #E177C0;
 }
</style>

border-color css

<style>
 span { border-color: #E177C0; }

 span { border-color: rgb(225,119,192); }

 td.TdClassName
 {
   border-color: #E177C0;
 }
 .TagClassName
 {
   border-color: #E177C0;
 }
</style>