#EA20D4

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

Shades of Razzle Dazzle Rose #EA20D4

Tints of Razzle Dazzle Rose #EA20D4

Color information

#EA20D4 (or 0xEA20D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 20 and D4. RGB value is (234,32,212). Sum of RGB (Red+Green+Blue) = 234+32+212=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA20D4 is #15DF2B. Grayscale: #707070. Windows color (decimal): -1433388 or 13902058. OLE color: 13902058.

HSL color Cylindrical-coordinate representation of color #EA20D4: hue angle of 306.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA20D4 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23432212-
CMYK00.860.090.08
HSL306.53º82.79%52.16%-
HSV(B)306.53º86.32%91.76%-
XYZ46.3323.2864.34-
YUV112.92183.92214.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 32 (12.89% from 255) = 6.69%
BLUE value IS 212 (83.20% from 255) = 44.35%
R=48.95%
G=6.69%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343221200.860.090.08306.5382.7952.16
HexEA20D4056981335334
Octal352403240126111046312364
Binary111010101000001101010001010110100110001001100111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA20D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA20D4; }

 p { color: rgb(234,32,212); }

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

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

 a { background-color: rgb(234,32,212); }

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

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

 span { border-color: rgb(234,32,212); }

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