Html Css Color HEX #E028DA Razzle Dazzle Rose

📋 copy color: '#E028DA'

red 224 ◦ green 40 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E028DA

Tints of Razzle Dazzle Rose #E028DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.3%

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

R = 46.47%
G = 8.3%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E028DA (or 0xE028DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and DA. RGB value is (224,40,218). Sum of RGB (Red+Green+Blue) = 224+40+218=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E028DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028DA is #1FD725. Grayscale: #727272. Windows color (decimal): -2086694 or 14297312. OLE color: 14297312.

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

Color convert

RGB 224 40 218 -
CMYK 0 0.82 0.03 0.12
HSL 301.96º 0.75% 0.52% -
HSV(B) 301.96º 0.82% 0.88% -
XYZ 44.15 22.43 68.33 -
YUV 115.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 224 40 218 0 0.82 0.03 0.12 301.96 0.75 0.52
Hex E0 28 DA 0 52 3 C 12E 4B 34
Octal 340 50 332 0 122 3 14 456 113 64
Binary 11100000 101000 11011010 0 1010010 11 1100 100101110 1001011 110100

Color Harmonies of #E028DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028DA

Black with #E028DA

Text Example


Text Example

White with #E028DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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