Html Css Color HEX #EA77AD Persian Pink

📋 copy color: '#EA77AD'

red 234 ◦ green 119 ◦ blue 173

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

Shades of Persian Pink #EA77AD

Tints of Persian Pink #EA77AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 44.49%
G = 22.62%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA77AD (or 0xEA77AD) is known color: Persian Pink. HEX triplet: EA, 77 and AD. RGB value is (234,119,173). Sum of RGB (Red+Green+Blue) = 234+119+173=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77AD is #158852. Grayscale: #9F9F9F. Windows color (decimal): -1411155 or 11368426. OLE color: 11368426.

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

Color convert

RGB 234 119 173 -
CMYK 0 0.49 0.26 0.08
HSL 331.83º 0.73% 0.69% -
HSV(B) 331.83º 0.49% 0.92% -
XYZ 48.07 33.7 43.51 -
YUV 159.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 234 119 173 0 0.49 0.26 0.08 331.83 0.73 0.69
Hex EA 77 AD 0 31 1A 8 14C 49 45
Octal 352 167 255 0 61 32 10 514 111 105
Binary 11101010 1110111 10101101 0 110001 11010 1000 101001100 1001001 1000101

Color Harmonies of #EA77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77AD

Black with #EA77AD

Text Example


Text Example

White with #EA77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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