Html Css Color HEX #EA77C7 Persian Pink

📋 copy color: '#EA77C7'

red 234 ◦ green 119 ◦ blue 199

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

Shades of Persian Pink #EA77C7

Tints of Persian Pink #EA77C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 42.39%
G = 21.56%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA77C7 (or 0xEA77C7) is known color: Persian Pink. HEX triplet: EA, 77 and C7. RGB value is (234,119,199). Sum of RGB (Red+Green+Blue) = 234+119+199=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C7 is #158838. Grayscale: #A2A2A2. Windows color (decimal): -1411129 or 13072362. OLE color: 13072362.

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

Color convert

RGB 234 119 199 -
CMYK 0 0.49 0.15 0.08
HSL 318.26º 0.73% 0.69% -
HSV(B) 318.26º 0.49% 0.92% -
XYZ 50.84 34.81 58.07 -
YUV 162.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 234 119 199 0 0.49 0.15 0.08 318.26 0.73 0.69
Hex EA 77 C7 0 31 F 8 13E 49 45
Octal 352 167 307 0 61 17 10 476 111 105
Binary 11101010 1110111 11000111 0 110001 1111 1000 100111110 1001001 1000101

Color Harmonies of #EA77C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77C7

Black with #EA77C7

Text Example


Text Example

White with #EA77C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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