#EA45C4

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

Shades of Razzle Dazzle Rose #EA45C4

Tints of Razzle Dazzle Rose #EA45C4

Color information

#EA45C4 (or 0xEA45C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 45 and C4. RGB value is (234,69,196). Sum of RGB (Red+Green+Blue) = 234+69+196=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA45C4 is #15BA3B. Grayscale: #848484. Windows color (decimal): -1423932 or 12862954. OLE color: 12862954.

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

Color convert

RGB23469196-
CMYK00.710.160.08
HSL313.82º79.71%59.41%-
HSV(B)313.82º70.51%91.76%-
XYZ46.0225.7354.77-
YUV132.81163.66200.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=46.89%
G=13.83%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346919600.710.160.08313.8279.7159.41
HexEA45C404710813a503b
Octal3521053040107201047212073
Binary11101010100010111000100010001111000010001001110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45C4; }

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

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

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

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

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

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

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

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