Html Css Color HEX #E035CE Razzle Dazzle Rose

📋 copy color: '#E035CE'

red 224 ◦ green 53 ◦ blue 206

#E035CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E035CE

Tints of Razzle Dazzle Rose #E035CE

RGB

 RED value IS 224 (87.89% from 255) = 46.38%

 GREEN value IS 53 (21.09% from 255) = 10.97%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 46.38%
G = 10.97%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E035CE (or 0xE035CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and CE. RGB value is (224,53,206). Sum of RGB (Red+Green+Blue) = 224+53+206=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E035CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035CE is #1FCA31. Grayscale: #797979. Windows color (decimal): -2083378 or 13514208. OLE color: 13514208.

HSL color Cylindrical-coordinate representation of color #E035CE: hue angle of 306.32º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035CE is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 206 -
CMYK 0 0.76 0.08 0.12
HSL 306.32º 0.73% 0.54% -
HSV(B) 306.32º 0.76% 0.88% -
XYZ 43.15 22.85 60.53 -
YUV 121.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 224 53 206 0 0.76 0.08 0.12 306.32 0.73 0.54
Hex E0 35 CE 0 4C 8 C 132 49 36
Octal 340 65 316 0 114 10 14 462 111 66
Binary 11100000 110101 11001110 0 1001100 1000 1100 100110010 1001001 110110

Color Harmonies of #E035CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035CE

Black with #E035CE

Text Example


Text Example

White with #E035CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035CE; }

 p { color: rgb(224,53,206); }

 H1.HeaderClassName
 {
   color: #E035CE;
 }
 .AnyTagClassName
 {
   color: #E035CE;
 }
</style>

background-color css

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

 a { background-color: rgb(224,53,206); }

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

border-color css

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

 span { border-color: rgb(224,53,206); }

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