Html Css Color HEX #EA76AD Persian Pink

📋 copy color: '#EA76AD'

red 234 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #EA76AD

Tints of Persian Pink #EA76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.48%

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

R = 44.57%
G = 22.48%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA76AD (or 0xEA76AD) is known color: Persian Pink. HEX triplet: EA, 76 and AD. RGB value is (234,118,173). Sum of RGB (Red+Green+Blue) = 234+118+173=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA76AD is #158952. Grayscale: #9E9E9E. Windows color (decimal): -1411411 or 11368170. OLE color: 11368170.

HSL color Cylindrical-coordinate representation of color #EA76AD: hue angle of 331.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76AD is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 173 -
CMYK 0 0.50 0.26 0.08
HSL 331.55º 0.73% 0.69% -
HSV(B) 331.55º 0.5% 0.92% -
XYZ 47.95 33.47 43.47 -
YUV 158.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 234 118 173 0 0.50 0.26 0.08 331.55 0.73 0.69
Hex EA 76 AD 0 32 1A 8 14C 49 45
Octal 352 166 255 0 62 32 10 514 111 105
Binary 11101010 1110110 10101101 0 110010 11010 1000 101001100 1001001 1000101

Color Harmonies of #EA76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76AD

Black with #EA76AD

Text Example


Text Example

White with #EA76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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