Html Css Color HEX #EA77C2 Persian Pink

📋 copy color: '#EA77C2'

red 234 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #EA77C2

Tints of Persian Pink #EA77C2

RGB

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

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

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

R = 42.78%
G = 21.76%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA77C2 (or 0xEA77C2) is known color: Persian Pink. HEX triplet: EA, 77 and C2. RGB value is (234,119,194). Sum of RGB (Red+Green+Blue) = 234+119+194=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C2 is #15883D. Grayscale: #A1A1A1. Windows color (decimal): -1411134 or 12744682. OLE color: 12744682.

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

Color convert

RGB 234 119 194 -
CMYK 0 0.49 0.17 0.08
HSL 320.87º 0.73% 0.69% -
HSV(B) 320.87º 0.49% 0.92% -
XYZ 50.27 34.58 55.06 -
YUV 161.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 234 119 194 0 0.49 0.17 0.08 320.87 0.73 0.69
Hex EA 77 C2 0 31 11 8 141 49 45
Octal 352 167 302 0 61 21 10 501 111 105
Binary 11101010 1110111 11000010 0 110001 10001 1000 101000001 1001001 1000101

Color Harmonies of #EA77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77C2

Black with #EA77C2

Text Example


Text Example

White with #EA77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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