#EA45C2

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

Shades of Razzle Dazzle Rose #EA45C2

Tints of Razzle Dazzle Rose #EA45C2

Color information

#EA45C2 (or 0xEA45C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 45 and C2. RGB value is (234,69,194). Sum of RGB (Red+Green+Blue) = 234+69+194=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA45C2 is #15BA3D. Grayscale: #848484. Windows color (decimal): -1423934 or 12731882. OLE color: 12731882.

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

Color convert

RGB23469194-
CMYK00.710.170.08
HSL314.55º79.71%59.41%-
HSV(B)314.55º70.51%91.76%-
XYZ45.825.6453.57-
YUV132.58162.66200.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=47.08%
G=13.88%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346919400.710.170.08314.5579.7159.41
HexEA45C204711813b503b
Octal3521053020107211047312073
Binary11101010100010111000010010001111000110001001110111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45C2; }

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

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

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

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

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

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

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

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