#DE2EE1

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

Shades of Razzle Dazzle Rose #DE2EE1

Tints of Razzle Dazzle Rose #DE2EE1

Color information

#DE2EE1 (or 0xDE2EE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 2E and E1. RGB value is (222,46,225). Sum of RGB (Red+Green+Blue) = 222+46+225=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2EE1 is #21D11E. Grayscale: #767676. Windows color (decimal): -2216223 or 14757598. OLE color: 14757598.

HSL color Cylindrical-coordinate representation of color #DE2EE1: hue angle of 298.99º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2EE1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22246225-
CMYK0.010.8000.12
HSL298.99º74.9%53.14%-
HSV(B)298.99º79.56%88.24%-
XYZ44.6922.9273.3-
YUV119.03187.81201.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 46 (18.36% from 255) = 9.33%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=45.03%
G=9.33%
B=45.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222462250.010.8000.12298.9974.953.14
HexDE2EE11500C12b4b35
Octal33656341112001445311365
Binary110111101011101110000111010000011001001010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2EE1; }

 p { color: rgb(222,46,225); }

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

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

 a { background-color: rgb(222,46,225); }

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

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

 span { border-color: rgb(222,46,225); }

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