Html Css Color HEX #E024DB Razzle Dazzle Rose

📋 copy color: '#E024DB'

red 224 ◦ green 36 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E024DB

Tints of Razzle Dazzle Rose #E024DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.52%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 46.76%
G = 7.52%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E024DB (or 0xE024DB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and DB. RGB value is (224,36,219). Sum of RGB (Red+Green+Blue) = 224+36+219=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E024DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024DB is #1FDB24. Grayscale: #707070. Windows color (decimal): -2087717 or 14361824. OLE color: 14361824.

HSL color Cylindrical-coordinate representation of color #E024DB: hue angle of 301.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024DB is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 219 -
CMYK 0 0.84 0.02 0.12
HSL 301.6º 0.75% 0.51% -
HSV(B) 301.6º 0.84% 0.88% -
XYZ 44.16 22.22 68.98 -
YUV 113.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 224 36 219 0 0.84 0.02 0.12 301.6 0.75 0.51
Hex E0 24 DB 0 54 2 C 12E 4B 33
Octal 340 44 333 0 124 2 14 456 113 63
Binary 11100000 100100 11011011 0 1010100 10 1100 100101110 1001011 110011

Color Harmonies of #E024DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024DB

Black with #E024DB

Text Example


Text Example

White with #E024DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024DB; }

 p { color: rgb(224,36,219); }

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

background-color css

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

 a { background-color: rgb(224,36,219); }

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

border-color css

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

 span { border-color: rgb(224,36,219); }

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