#EA44AD

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

Shades of Brilliant Rose #EA44AD

Tints of Brilliant Rose #EA44AD

Color information

#EA44AD (or 0xEA44AD) is unknown color: approx Brilliant Rose. HEX triplet: EA, 44 and AD. RGB value is (234,68,173). Sum of RGB (Red+Green+Blue) = 234+68+173=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44AD is #15BB52. Grayscale: #818181. Windows color (decimal): -1424211 or 11355370. OLE color: 11355370.

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

Color convert

RGB23468173-
CMYK00.710.260.08
HSL322.05º79.81%59.22%-
HSV(B)322.05º70.94%91.76%-
XYZ43.5424.6442-
YUV129.6152.5202.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 68 (26.95% from 255) = 14.32%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=49.26%
G=14.32%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346817300.710.260.08322.0579.8159.22
HexEA44AD0471A8142503b
Octal3521042550107321050212073
Binary11101010100010010101101010001111101010001010000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA44AD; }

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

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

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

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

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

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

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

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