#EA35D0

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

Shades of Razzle Dazzle Rose #EA35D0

Tints of Razzle Dazzle Rose #EA35D0

Color information

#EA35D0 (or 0xEA35D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 35 and D0. RGB value is (234,53,208). Sum of RGB (Red+Green+Blue) = 234+53+208=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA35D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA35D0 is #15CA2F. Grayscale: #7C7C7C. Windows color (decimal): -1428016 or 13645290. OLE color: 13645290.

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

Color convert

RGB23453208-
CMYK00.770.110.08
HSL308.62º81.17%56.27%-
HSV(B)308.62º77.35%91.76%-
XYZ46.5924.5961.97-
YUV124.79174.97205.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=47.27%
G=10.71%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345320800.770.110.08308.6281.1756.27
HexEA35D004DB81355138
Octal352653200115131046512170
Binary111010101101011101000001001101101110001001101011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA35D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA35D0; }

 p { color: rgb(234,53,208); }

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

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

 a { background-color: rgb(234,53,208); }

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

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

 span { border-color: rgb(234,53,208); }

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