Html Css Color HEX #E030DA Razzle Dazzle Rose

📋 copy color: '#E030DA'

red 224 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E030DA

Tints of Razzle Dazzle Rose #E030DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 45.71%
G = 9.8%
B = 44.49%

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

#E030DA (or 0xE030DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and DA. RGB value is (224,48,218). Sum of RGB (Red+Green+Blue) = 224+48+218=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E030DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030DA is #1FCF25. Grayscale: #777777. Windows color (decimal): -2084646 or 14299360. OLE color: 14299360.

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

Color convert

RGB 224 48 218 -
CMYK 0 0.79 0.03 0.12
HSL 302.05º 0.74% 0.53% -
HSV(B) 302.05º 0.79% 0.88% -
XYZ 44.45 23.02 68.43 -
YUV 120 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 224 48 218 0 0.79 0.03 0.12 302.05 0.74 0.53
Hex E0 30 DA 0 4F 3 C 12E 4A 35
Octal 340 60 332 0 117 3 14 456 112 65
Binary 11100000 110000 11011010 0 1001111 11 1100 100101110 1001010 110101

Color Harmonies of #E030DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030DA

Black with #E030DA

Text Example


Text Example

White with #E030DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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