#EA45AA

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

Shades of Brilliant Rose #EA45AA

Tints of Brilliant Rose #EA45AA

Color information

#EA45AA (or 0xEA45AA) is unknown color: approx Brilliant Rose. HEX triplet: EA, 45 and AA. RGB value is (234,69,170). Sum of RGB (Red+Green+Blue) = 234+69+170=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45AA is #15BA55. Grayscale: #818181. Windows color (decimal): -1423958 or 11159018. OLE color: 11159018.

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

Color convert

RGB23469170-
CMYK00.710.270.08
HSL323.27º79.71%59.41%-
HSV(B)323.27º70.51%91.76%-
XYZ43.3224.6540.51-
YUV129.85150.66202.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=49.47%
G=14.59%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346917000.710.270.08323.2779.7159.41
HexEA45AA0471B8143503b
Octal3521052520107331050312073
Binary11101010100010110101010010001111101110001010000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45AA; }

 p { color: rgb(234,69,170); }

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

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

 a { background-color: rgb(234,69,170); }

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

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

 span { border-color: rgb(234,69,170); }

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