Html Css Color HEX #E030CC Razzle Dazzle Rose

📋 copy color: '#E030CC'

red 224 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E030CC

Tints of Razzle Dazzle Rose #E030CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 47.06%
G = 10.08%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E030CC (or 0xE030CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and CC. RGB value is (224,48,204). Sum of RGB (Red+Green+Blue) = 224+48+204=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E030CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030CC is #1FCF33. Grayscale: #757575. Windows color (decimal): -2084660 or 13381856. OLE color: 13381856.

HSL color Cylindrical-coordinate representation of color #E030CC: hue angle of 306.82º 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 #E030CC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 48 204 -
CMYK 0 0.79 0.09 0.12
HSL 306.82º 0.74% 0.53% -
HSV(B) 306.82º 0.79% 0.88% -
XYZ 42.7 22.32 59.18 -
YUV 118.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 224 48 204 0 0.79 0.09 0.12 306.82 0.74 0.53
Hex E0 30 CC 0 4F 9 C 133 4A 35
Octal 340 60 314 0 117 11 14 463 112 65
Binary 11100000 110000 11001100 0 1001111 1001 1100 100110011 1001010 110101

Color Harmonies of #E030CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030CC

Black with #E030CC

Text Example


Text Example

White with #E030CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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