#EA45B0

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

Shades of Brilliant Rose #EA45B0

Tints of Brilliant Rose #EA45B0

Color information

#EA45B0 (or 0xEA45B0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 45 and B0. RGB value is (234,69,176). Sum of RGB (Red+Green+Blue) = 234+69+176=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45B0 is #15BA4F. Grayscale: #828282. Windows color (decimal): -1423952 or 11552234. OLE color: 11552234.

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

Color convert

RGB23469176-
CMYK00.710.250.08
HSL321.09º79.71%59.41%-
HSV(B)321.09º70.51%91.76%-
XYZ43.924.8843.56-
YUV130.53153.66201.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 69 (27.34% from 255) = 14.41%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=48.85%
G=14.41%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346917600.710.250.08321.0979.7159.41
HexEA45B0047198141503b
Octal3521052600107311050112073
Binary11101010100010110110000010001111100110001010000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45B0; }

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

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

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

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

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

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

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

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