Html Css Color HEX #EA77BD Persian Pink

📋 copy color: '#EA77BD'

red 234 ◦ green 119 ◦ blue 189

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

Shades of Persian Pink #EA77BD

Tints of Persian Pink #EA77BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 43.17%
G = 21.96%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA77BD (or 0xEA77BD) is known color: Persian Pink. HEX triplet: EA, 77 and BD. RGB value is (234,119,189). Sum of RGB (Red+Green+Blue) = 234+119+189=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77BD is #158842. Grayscale: #A1A1A1. Windows color (decimal): -1411139 or 12417002. OLE color: 12417002.

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

Color convert

RGB 234 119 189 -
CMYK 0 0.49 0.19 0.08
HSL 323.48º 0.73% 0.69% -
HSV(B) 323.48º 0.49% 0.92% -
XYZ 49.71 34.36 52.16 -
YUV 161.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 234 119 189 0 0.49 0.19 0.08 323.48 0.73 0.69
Hex EA 77 BD 0 31 13 8 143 49 45
Octal 352 167 275 0 61 23 10 503 111 105
Binary 11101010 1110111 10111101 0 110001 10011 1000 101000011 1001001 1000101

Color Harmonies of #EA77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77BD

Black with #EA77BD

Text Example


Text Example

White with #EA77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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