Html Css Color HEX #E028DC Razzle Dazzle Rose

📋 copy color: '#E028DC'

red 224 ◦ green 40 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E028DC

Tints of Razzle Dazzle Rose #E028DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 46.28%
G = 8.26%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E028DC (or 0xE028DC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and DC. RGB value is (224,40,220). Sum of RGB (Red+Green+Blue) = 224+40+220=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E028DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028DC is #1FD723. Grayscale: #737373. Windows color (decimal): -2086692 or 14428384. OLE color: 14428384.

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

Color convert

RGB 224 40 220 -
CMYK 0 0.82 0.02 0.12
HSL 301.3º 0.75% 0.52% -
HSV(B) 301.3º 0.82% 0.88% -
XYZ 44.42 22.53 69.72 -
YUV 115.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 224 40 220 0 0.82 0.02 0.12 301.3 0.75 0.52
Hex E0 28 DC 0 52 2 C 12D 4B 34
Octal 340 50 334 0 122 2 14 455 113 64
Binary 11100000 101000 11011100 0 1010010 10 1100 100101101 1001011 110100

Color Harmonies of #E028DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028DC

Black with #E028DC

Text Example


Text Example

White with #E028DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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