Html Css Color HEX #EA77C0 Persian Pink

📋 copy color: '#EA77C0'

red 234 ◦ green 119 ◦ blue 192

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

Shades of Persian Pink #EA77C0

Tints of Persian Pink #EA77C0

RGB

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

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

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

R = 42.94%
G = 21.83%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA77C0 (or 0xEA77C0) is known color: Persian Pink. HEX triplet: EA, 77 and C0. RGB value is (234,119,192). Sum of RGB (Red+Green+Blue) = 234+119+192=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C0 is #15883F. Grayscale: #A1A1A1. Windows color (decimal): -1411136 or 12613610. OLE color: 12613610.

HSL color Cylindrical-coordinate representation of color #EA77C0: hue angle of 321.91º 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 #EA77C0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 192 -
CMYK 0 0.49 0.18 0.08
HSL 321.91º 0.73% 0.69% -
HSV(B) 321.91º 0.49% 0.92% -
XYZ 50.04 34.49 53.89 -
YUV 161.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 234 119 192 0 0.49 0.18 0.08 321.91 0.73 0.69
Hex EA 77 C0 0 31 12 8 142 49 45
Octal 352 167 300 0 61 22 10 502 111 105
Binary 11101010 1110111 11000000 0 110001 10010 1000 101000010 1001001 1000101

Color Harmonies of #EA77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77C0

Black with #EA77C0

Text Example


Text Example

White with #EA77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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