#EA35D1

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

Shades of Razzle Dazzle Rose #EA35D1

Tints of Razzle Dazzle Rose #EA35D1

Color information

#EA35D1 (or 0xEA35D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 35 and D1. RGB value is (234,53,209). Sum of RGB (Red+Green+Blue) = 234+53+209=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA35D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA35D1 is #15CA2E. Grayscale: #7C7C7C. Windows color (decimal): -1428015 or 13710826. OLE color: 13710826.

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

Color convert

RGB23453209-
CMYK00.770.110.08
HSL308.29º81.17%56.27%-
HSV(B)308.29º77.35%91.76%-
XYZ46.7124.6462.62-
YUV124.9175.47205.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 53 (21.09% from 255) = 10.69%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=47.18%
G=10.69%
B=42.14%

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
Decimal2345320900.770.110.08308.2981.1756.27
HexEA35D104DB81345138
Octal352653210115131046412170
Binary111010101101011101000101001101101110001001101001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA35D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA35D1; }

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

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

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

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

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

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

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

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