Html Css Color HEX #E028D1 Razzle Dazzle Rose

📋 copy color: '#E028D1'

red 224 ◦ green 40 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E028D1

Tints of Razzle Dazzle Rose #E028D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 47.36%
G = 8.46%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E028D1 (or 0xE028D1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and D1. RGB value is (224,40,209). Sum of RGB (Red+Green+Blue) = 224+40+209=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E028D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028D1 is #1FD72E. Grayscale: #717171. Windows color (decimal): -2086703 or 13707488. OLE color: 13707488.

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

Color convert

RGB 224 40 209 -
CMYK 0 0.82 0.07 0.12
HSL 304.89º 0.75% 0.52% -
HSV(B) 304.89º 0.82% 0.88% -
XYZ 43.01 21.97 62.3 -
YUV 114.28 181.46 206.26 -
System Red Green Blue C M Y K H S L
Decimal 224 40 209 0 0.82 0.07 0.12 304.89 0.75 0.52
Hex E0 28 D1 0 52 7 C 131 4B 34
Octal 340 50 321 0 122 7 14 461 113 64
Binary 11100000 101000 11010001 0 1010010 111 1100 100110001 1001011 110100

Color Harmonies of #E028D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028D1

Black with #E028D1

Text Example


Text Example

White with #E028D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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