Html Css Color HEX #EA77B2 Persian Pink

📋 copy color: '#EA77B2'

red 234 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #EA77B2

Tints of Persian Pink #EA77B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 44.07%
G = 22.41%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA77B2 (or 0xEA77B2) is known color: Persian Pink. HEX triplet: EA, 77 and B2. RGB value is (234,119,178). Sum of RGB (Red+Green+Blue) = 234+119+178=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77B2 is #15884D. Grayscale: #9F9F9F. Windows color (decimal): -1411150 or 11696106. OLE color: 11696106.

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

Color convert

RGB 234 119 178 -
CMYK 0 0.49 0.24 0.08
HSL 329.22º 0.73% 0.69% -
HSV(B) 329.22º 0.49% 0.92% -
XYZ 48.56 33.9 46.1 -
YUV 160.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 234 119 178 0 0.49 0.24 0.08 329.22 0.73 0.69
Hex EA 77 B2 0 31 18 8 149 49 45
Octal 352 167 262 0 61 30 10 511 111 105
Binary 11101010 1110111 10110010 0 110001 11000 1000 101001001 1001001 1000101

Color Harmonies of #EA77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77B2

Black with #EA77B2

Text Example


Text Example

White with #EA77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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