#EA40AD

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

Shades of Persian Rose #EA40AD

Tints of Persian Rose #EA40AD

Color information

#EA40AD (or 0xEA40AD) is unknown color: approx Persian Rose. HEX triplet: EA, 40 and AD. RGB value is (234,64,173). Sum of RGB (Red+Green+Blue) = 234+64+173=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA40AD is #15BF52. Grayscale: #7E7E7E. Windows color (decimal): -1425235 or 11354346. OLE color: 11354346.

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

Color convert

RGB23464173-
CMYK00.730.260.08
HSL321.53º80.19%58.43%-
HSV(B)321.53º72.65%91.76%-
XYZ43.3124.1841.92-
YUV127.26153.82204.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 64 (25.39% from 255) = 13.59%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=49.68%
G=13.59%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346417300.730.260.08321.5380.1958.43
HexEA40AD0491A8142503a
Octal3521002550111321050212072
Binary11101010100000010101101010010011101010001010000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40AD; }

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

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

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

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

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

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

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

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