Html Css Color HEX #EA77B1 Persian Pink

📋 copy color: '#EA77B1'

red 234 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #EA77B1

Tints of Persian Pink #EA77B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 44.15%
G = 22.45%
B = 33.4%

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

#EA77B1 (or 0xEA77B1) is known color: Persian Pink. HEX triplet: EA, 77 and B1. RGB value is (234,119,177). Sum of RGB (Red+Green+Blue) = 234+119+177=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77B1 is #15884E. Grayscale: #9F9F9F. Windows color (decimal): -1411151 or 11630570. OLE color: 11630570.

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

Color convert

RGB 234 119 177 -
CMYK 0 0.49 0.24 0.08
HSL 329.74º 0.73% 0.69% -
HSV(B) 329.74º 0.49% 0.92% -
XYZ 48.46 33.86 45.58 -
YUV 160 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 234 119 177 0 0.49 0.24 0.08 329.74 0.73 0.69
Hex EA 77 B1 0 31 18 8 14A 49 45
Octal 352 167 261 0 61 30 10 512 111 105
Binary 11101010 1110111 10110001 0 110001 11000 1000 101001010 1001001 1000101

Color Harmonies of #EA77B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77B1

Black with #EA77B1

Text Example


Text Example

White with #EA77B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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