Html Css Color HEX #E028C3 Razzle Dazzle Rose

📋 copy color: '#E028C3'

red 224 ◦ green 40 ◦ blue 195

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

Shades of Razzle Dazzle Rose #E028C3

Tints of Razzle Dazzle Rose #E028C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 48.8%
G = 8.71%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E028C3 (or 0xE028C3) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and C3. RGB value is (224,40,195). Sum of RGB (Red+Green+Blue) = 224+40+195=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E028C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028C3 is #1FD73C. Grayscale: #707070. Windows color (decimal): -2086717 or 12789984. OLE color: 12789984.

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

Color convert

RGB 224 40 195 -
CMYK 0 0.82 0.13 0.12
HSL 309.46º 0.75% 0.52% -
HSV(B) 309.46º 0.82% 0.88% -
XYZ 41.35 21.31 53.56 -
YUV 112.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 224 40 195 0 0.82 0.13 0.12 309.46 0.75 0.52
Hex E0 28 C3 0 52 D C 135 4B 34
Octal 340 50 303 0 122 15 14 465 113 64
Binary 11100000 101000 11000011 0 1010010 1101 1100 100110101 1001011 110100

Color Harmonies of #E028C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028C3

Black with #E028C3

Text Example


Text Example

White with #E028C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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