#EA39DA

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

Shades of Razzle Dazzle Rose #EA39DA

Tints of Razzle Dazzle Rose #EA39DA

Color information

#EA39DA (or 0xEA39DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 39 and DA. RGB value is (234,57,218). Sum of RGB (Red+Green+Blue) = 234+57+218=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA39DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA39DA is #15C625. Grayscale: #7F7F7F. Windows color (decimal): -1426982 or 14301674. OLE color: 14301674.

HSL color Cylindrical-coordinate representation of color #EA39DA: hue angle of 305.42º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA39DA is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB23457218-
CMYK00.760.070.08
HSL305.42º80.82%57.06%-
HSV(B)305.42º75.64%91.76%-
XYZ48.0525.4868.72-
YUV128.28178.64203.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 57 (22.66% from 255) = 11.20%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=45.97%
G=11.20%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345721800.760.070.08305.4280.8257.06
HexEA39DA04C781315139
Octal35271332011471046112171
Binary11101010111001110110100100110011110001001100011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA39DA; }

 p { color: rgb(234,57,218); }

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

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

 a { background-color: rgb(234,57,218); }

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

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

 span { border-color: rgb(234,57,218); }

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