Html Css Color HEX #EA77B9 Persian Pink

📋 copy color: '#EA77B9'

red 234 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #EA77B9

Tints of Persian Pink #EA77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 43.49%
G = 22.12%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA77B9 (or 0xEA77B9) is known color: Persian Pink. HEX triplet: EA, 77 and B9. RGB value is (234,119,185). Sum of RGB (Red+Green+Blue) = 234+119+185=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77B9 is #158846. Grayscale: #A0A0A0. Windows color (decimal): -1411143 or 12154858. OLE color: 12154858.

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

Color convert

RGB 234 119 185 -
CMYK 0 0.49 0.21 0.08
HSL 325.57º 0.73% 0.69% -
HSV(B) 325.57º 0.49% 0.92% -
XYZ 49.29 34.19 49.9 -
YUV 160.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 234 119 185 0 0.49 0.21 0.08 325.57 0.73 0.69
Hex EA 77 B9 0 31 15 8 146 49 45
Octal 352 167 271 0 61 25 10 506 111 105
Binary 11101010 1110111 10111001 0 110001 10101 1000 101000110 1001001 1000101

Color Harmonies of #EA77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77B9

Black with #EA77B9

Text Example


Text Example

White with #EA77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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