Html Css Color HEX #E030D9 Razzle Dazzle Rose

📋 copy color: '#E030D9'

red 224 ◦ green 48 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E030D9

Tints of Razzle Dazzle Rose #E030D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 45.81%
G = 9.82%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E030D9 (or 0xE030D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and D9. RGB value is (224,48,217). Sum of RGB (Red+Green+Blue) = 224+48+217=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E030D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030D9 is #1FCF26. Grayscale: #777777. Windows color (decimal): -2084647 or 14233824. OLE color: 14233824.

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

Color convert

RGB 224 48 217 -
CMYK 0 0.79 0.03 0.12
HSL 302.39º 0.74% 0.53% -
HSV(B) 302.39º 0.79% 0.88% -
XYZ 44.32 22.97 67.74 -
YUV 119.89 182.81 202.26 -
System Red Green Blue C M Y K H S L
Decimal 224 48 217 0 0.79 0.03 0.12 302.39 0.74 0.53
Hex E0 30 D9 0 4F 3 C 12E 4A 35
Octal 340 60 331 0 117 3 14 456 112 65
Binary 11100000 110000 11011001 0 1001111 11 1100 100101110 1001010 110101

Color Harmonies of #E030D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030D9

Black with #E030D9

Text Example


Text Example

White with #E030D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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