Html Css Color HEX #E177C2 Persian Pink

📋 copy color: '#E177C2'

red 225 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #E177C2

Tints of Persian Pink #E177C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 41.82%
G = 22.12%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E177C2 (or 0xE177C2) is known color: Persian Pink. HEX triplet: E1, 77 and C2. RGB value is (225,119,194). Sum of RGB (Red+Green+Blue) = 225+119+194=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E177C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177C2 is #1E883D. Grayscale: #9F9F9F. Windows color (decimal): -2000958 or 12744673. OLE color: 12744673.

HSL color Cylindrical-coordinate representation of color #E177C2: hue angle of 317.55º 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 #E177C2 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 194 -
CMYK 0 0.47 0.14 0.12
HSL 317.55º 0.64% 0.67% -
HSV(B) 317.55º 0.47% 0.88% -
XYZ 47.39 33.1 54.93 -
YUV 159.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 225 119 194 0 0.47 0.14 0.12 317.55 0.64 0.67
Hex E1 77 C2 0 2F E C 13E 40 43
Octal 341 167 302 0 57 16 14 476 100 103
Binary 11100001 1110111 11000010 0 101111 1110 1100 100111110 1000000 1000011

Color Harmonies of #E177C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177C2

Black with #E177C2

Text Example


Text Example

White with #E177C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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