Html Css Color HEX #E028D8 Razzle Dazzle Rose

📋 copy color: '#E028D8'

red 224 ◦ green 40 ◦ blue 216

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

Shades of Razzle Dazzle Rose #E028D8

Tints of Razzle Dazzle Rose #E028D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45%

R = 46.67%
G = 8.33%
B = 45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E028D8 (or 0xE028D8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and D8. RGB value is (224,40,216). Sum of RGB (Red+Green+Blue) = 224+40+216=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E028D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028D8 is #1FD727. Grayscale: #727272. Windows color (decimal): -2086696 or 14166240. OLE color: 14166240.

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

Color convert

RGB 224 40 216 -
CMYK 0 0.82 0.04 0.12
HSL 302.61º 0.75% 0.52% -
HSV(B) 302.61º 0.82% 0.88% -
XYZ 43.89 22.32 66.96 -
YUV 115.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 224 40 216 0 0.82 0.04 0.12 302.61 0.75 0.52
Hex E0 28 D8 0 52 4 C 12F 4B 34
Octal 340 50 330 0 122 4 14 457 113 64
Binary 11100000 101000 11011000 0 1010010 100 1100 100101111 1001011 110100

Color Harmonies of #E028D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028D8

Black with #E028D8

Text Example


Text Example

White with #E028D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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