Html Css Color HEX #E028E5 Razzle Dazzle Rose

📋 copy color: '#E028E5'

red 224 ◦ green 40 ◦ blue 229

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

Shades of Razzle Dazzle Rose #E028E5

Tints of Razzle Dazzle Rose #E028E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 45.44%
G = 8.11%
B = 46.45%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E028E5 (or 0xE028E5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and E5. RGB value is (224,40,229). Sum of RGB (Red+Green+Blue) = 224+40+229=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #E028E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028E5 is #1FD71A. Grayscale: #737373. Windows color (decimal): -2086683 or 15018208. OLE color: 15018208.

HSL color Cylindrical-coordinate representation of color #E028E5: hue angle of 298.41º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E028E5 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 40 229 -
CMYK 0.02 0.83 0 0.10
HSL 298.41º 0.78% 0.53% -
HSV(B) 298.41º 0.83% 0.9% -
XYZ 45.64 23.02 76.17 -
YUV 116.56 191.46 204.63 -
System Red Green Blue C M Y K H S L
Decimal 224 40 229 0.02 0.83 0 0.10 298.41 0.78 0.53
Hex E0 28 E5 2 53 0 A 12A 4E 35
Octal 340 50 345 2 123 0 12 452 116 65
Binary 11100000 101000 11100101 10 1010011 0 1010 100101010 1001110 110101

Color Harmonies of #E028E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028E5

Black with #E028E5

Text Example


Text Example

White with #E028E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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