Html Css Color HEX #E028CB Razzle Dazzle Rose

📋 copy color: '#E028CB'

red 224 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E028CB

Tints of Razzle Dazzle Rose #E028CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 47.97%
G = 8.57%
B = 43.47%

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

#E028CB (or 0xE028CB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and CB. RGB value is (224,40,203). Sum of RGB (Red+Green+Blue) = 224+40+203=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E028CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028CB is #1FD734. Grayscale: #717171. Windows color (decimal): -2086709 or 13314272. OLE color: 13314272.

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

Color convert

RGB 224 40 203 -
CMYK 0 0.82 0.09 0.12
HSL 306.85º 0.75% 0.52% -
HSV(B) 306.85º 0.82% 0.88% -
XYZ 42.28 21.68 58.46 -
YUV 113.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 224 40 203 0 0.82 0.09 0.12 306.85 0.75 0.52
Hex E0 28 CB 0 52 9 C 133 4B 34
Octal 340 50 313 0 122 11 14 463 113 64
Binary 11100000 101000 11001011 0 1010010 1001 1100 100110011 1001011 110100

Color Harmonies of #E028CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028CB

Black with #E028CB

Text Example


Text Example

White with #E028CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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