#EA74AD

Color #EA74AD Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA74AD

Tints of Persian Pink #EA74AD

Color information

#EA74AD (or 0xEA74AD) is unknown color: approx Persian Pink. HEX triplet: EA, 74 and AD. RGB value is (234,116,173). Sum of RGB (Red+Green+Blue) = 234+116+173=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA74AD is #158B52. Grayscale: #9D9D9D. Windows color (decimal): -1411923 or 11367658. OLE color: 11367658.

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

Color convert

RGB234116173-
CMYK00.500.260.08
HSL331.02º73.75%68.63%-
HSV(B)331.02º50.43%91.76%-
XYZ47.723343.39-
YUV157.78136.59182.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=44.74%
G=22.18%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411617300.500.260.08331.0273.7568.63
HexEA74AD0321A814b4a45
Octal3521642550623210513112105
Binary11101010111010010101101011001011010100010100101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74AD; }

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

 H1.HeaderClassName
 {
   color: #EA74AD;
 }
 .AnyTagClassName
 {
   color: #EA74AD;
 }
</style>
background-color css

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

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

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

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

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

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