Html Css Color HEX #E028D5 Razzle Dazzle Rose

📋 copy color: '#E028D5'

red 224 ◦ green 40 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E028D5

Tints of Razzle Dazzle Rose #E028D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 46.96%
G = 8.39%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E028D5 (or 0xE028D5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and D5. RGB value is (224,40,213). Sum of RGB (Red+Green+Blue) = 224+40+213=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E028D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028D5 is #1FD72A. Grayscale: #727272. Windows color (decimal): -2086699 or 13969632. OLE color: 13969632.

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

Color convert

RGB 224 40 213 -
CMYK 0 0.82 0.05 0.12
HSL 303.59º 0.75% 0.52% -
HSV(B) 303.59º 0.82% 0.88% -
XYZ 43.51 22.17 64.94 -
YUV 114.74 183.46 205.93 -
System Red Green Blue C M Y K H S L
Decimal 224 40 213 0 0.82 0.05 0.12 303.59 0.75 0.52
Hex E0 28 D5 0 52 5 C 130 4B 34
Octal 340 50 325 0 122 5 14 460 113 64
Binary 11100000 101000 11010101 0 1010010 101 1100 100110000 1001011 110100

Color Harmonies of #E028D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028D5

Black with #E028D5

Text Example


Text Example

White with #E028D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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