#E22EE5

Color #E22EE5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E22EE5

Tints of Razzle Dazzle Rose #E22EE5

Color information

#E22EE5 (or 0xE22EE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 2E and E5. RGB value is (226,46,229). Sum of RGB (Red+Green+Blue) = 226+46+229=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #E22EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22EE5 is #1DD11A. Grayscale: #787878. Windows color (decimal): -1954075 or 15019746. OLE color: 15019746.

HSL color Cylindrical-coordinate representation of color #E22EE5: hue angle of 299.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22EE5 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22646229-
CMYK0.010.8000.10
HSL299.02º77.87%53.92%-
HSV(B)299.02º79.91%89.8%-
XYZ46.4823.7876.27-
YUV120.68189.13203.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 46 (18.36% from 255) = 9.18%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=45.11%
G=9.18%
B=45.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal226462290.010.8000.10299.0277.8753.92
HexE22EE51500A12b4e36
Octal34256345112001245311666
Binary111000101011101110010111010000010101001010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22EE5; }

 p { color: rgb(226,46,229); }

 H1.HeaderClassName
 {
   color: #E22EE5;
 }
 .AnyTagClassName
 {
   color: #E22EE5;
 }
</style>
background-color css

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

 a { background-color: rgb(226,46,229); }

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

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

 span { border-color: rgb(226,46,229); }

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