Html Css Color HEX #E030CE Razzle Dazzle Rose

📋 copy color: '#E030CE'

red 224 ◦ green 48 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E030CE

Tints of Razzle Dazzle Rose #E030CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.04%

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

R = 46.86%
G = 10.04%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E030CE (or 0xE030CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and CE. RGB value is (224,48,206). Sum of RGB (Red+Green+Blue) = 224+48+206=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E030CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030CE is #1FCF31. Grayscale: #767676. Windows color (decimal): -2084658 or 13512928. OLE color: 13512928.

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

Color convert

RGB 224 48 206 -
CMYK 0 0.79 0.08 0.12
HSL 306.14º 0.74% 0.53% -
HSV(B) 306.14º 0.79% 0.88% -
XYZ 42.94 22.42 60.46 -
YUV 118.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 224 48 206 0 0.79 0.08 0.12 306.14 0.74 0.53
Hex E0 30 CE 0 4F 8 C 132 4A 35
Octal 340 60 316 0 117 10 14 462 112 65
Binary 11100000 110000 11001110 0 1001111 1000 1100 100110010 1001010 110101

Color Harmonies of #E030CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030CE

Black with #E030CE

Text Example


Text Example

White with #E030CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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