Html Css Color HEX #E028CC Razzle Dazzle Rose

📋 copy color: '#E028CC'

red 224 ◦ green 40 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E028CC

Tints of Razzle Dazzle Rose #E028CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 47.86%
G = 8.55%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E028CC (or 0xE028CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and CC. RGB value is (224,40,204). Sum of RGB (Red+Green+Blue) = 224+40+204=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E028CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028CC is #1FD733. Grayscale: #717171. Windows color (decimal): -2086708 or 13379808. OLE color: 13379808.

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

Color convert

RGB 224 40 204 -
CMYK 0 0.82 0.09 0.12
HSL 306.52º 0.75% 0.52% -
HSV(B) 306.52º 0.82% 0.88% -
XYZ 42.4 21.72 59.09 -
YUV 113.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 224 40 204 0 0.82 0.09 0.12 306.52 0.75 0.52
Hex E0 28 CC 0 52 9 C 133 4B 34
Octal 340 50 314 0 122 11 14 463 113 64
Binary 11100000 101000 11001100 0 1010010 1001 1100 100110011 1001011 110100

Color Harmonies of #E028CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028CC

Black with #E028CC

Text Example


Text Example

White with #E028CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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