Html Css Color HEX #E028C4 Razzle Dazzle Rose

📋 copy color: '#E028C4'

red 224 ◦ green 40 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E028C4

Tints of Razzle Dazzle Rose #E028C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.61%

R = 48.7%
G = 8.7%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E028C4 (or 0xE028C4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and C4. RGB value is (224,40,196). Sum of RGB (Red+Green+Blue) = 224+40+196=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E028C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028C4 is #1FD73B. Grayscale: #707070. Windows color (decimal): -2086716 or 12855520. OLE color: 12855520.

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

Color convert

RGB 224 40 196 -
CMYK 0 0.82 0.12 0.12
HSL 309.13º 0.75% 0.52% -
HSV(B) 309.13º 0.82% 0.88% -
XYZ 41.46 21.35 54.16 -
YUV 112.8 174.96 207.32 -
System Red Green Blue C M Y K H S L
Decimal 224 40 196 0 0.82 0.12 0.12 309.13 0.75 0.52
Hex E0 28 C4 0 52 C C 135 4B 34
Octal 340 50 304 0 122 14 14 465 113 64
Binary 11100000 101000 11000100 0 1010010 1100 1100 100110101 1001011 110100

Color Harmonies of #E028C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028C4

Black with #E028C4

Text Example


Text Example

White with #E028C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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