Html Css Color HEX #EA77C5 Persian Pink

📋 copy color: '#EA77C5'

red 234 ◦ green 119 ◦ blue 197

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

Shades of Persian Pink #EA77C5

Tints of Persian Pink #EA77C5

RGB

 RED value IS 234 (91.8% from 255) = 42.55%

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

 BLUE value IS 197 (77.34% from 255) = 35.82%

R = 42.55%
G = 21.64%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA77C5 (or 0xEA77C5) is known color: Persian Pink. HEX triplet: EA, 77 and C5. RGB value is (234,119,197). Sum of RGB (Red+Green+Blue) = 234+119+197=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C5 is #15883A. Grayscale: #A2A2A2. Windows color (decimal): -1411131 or 12941290. OLE color: 12941290.

HSL color Cylindrical-coordinate representation of color #EA77C5: hue angle of 319.3º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77C5 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 197 -
CMYK 0 0.49 0.16 0.08
HSL 319.3º 0.73% 0.69% -
HSV(B) 319.3º 0.49% 0.92% -
XYZ 50.61 34.72 56.86 -
YUV 162.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 234 119 197 0 0.49 0.16 0.08 319.3 0.73 0.69
Hex EA 77 C5 0 31 10 8 13F 49 45
Octal 352 167 305 0 61 20 10 477 111 105
Binary 11101010 1110111 11000101 0 110001 10000 1000 100111111 1001001 1000101

Color Harmonies of #EA77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77C5

Black with #EA77C5

Text Example


Text Example

White with #EA77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77C5; }

 p { color: rgb(234,119,197); }

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

background-color css

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

 a { background-color: rgb(234,119,197); }

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

border-color css

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

 span { border-color: rgb(234,119,197); }

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