#DE2EC4

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

Shades of Razzle Dazzle Rose #DE2EC4

Tints of Razzle Dazzle Rose #DE2EC4

Color information

#DE2EC4 (or 0xDE2EC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 2E and C4. RGB value is (222,46,196). Sum of RGB (Red+Green+Blue) = 222+46+196=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2EC4 is #21D13B. Grayscale: #737373. Windows color (decimal): -2216252 or 12857054. OLE color: 12857054.

HSL color Cylindrical-coordinate representation of color #DE2EC4: hue angle of 308.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2EC4 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22246196-
CMYK00.790.120.13
HSL308.86º72.73%52.55%-
HSV(B)308.86º79.28%87.06%-
XYZ41.0721.4754.2-
YUV115.72173.31203.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 46 (18.36% from 255) = 9.91%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=47.84%
G=9.91%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224619600.790.120.13308.8672.7352.55
HexDE2EC404FCD1354935
Octal336563040117141546511165
Binary110111101011101100010001001111110011011001101011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2EC4; }

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

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

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

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

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

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

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

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