#E02DC1

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

Shades of Razzle Dazzle Rose #E02DC1

Tints of Razzle Dazzle Rose #E02DC1

Color information

#E02DC1 (or 0xE02DC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2D and C1. RGB value is (224,45,193). Sum of RGB (Red+Green+Blue) = 224+45+193=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DC1 is #1FD23E. Grayscale: #727272. Windows color (decimal): -2085439 or 12660192. OLE color: 12660192.

HSL color Cylindrical-coordinate representation of color #E02DC1: hue angle of 310.39º degrees, saturation: 0.74, 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 #E02DC1 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB22445193-
CMYK00.800.140.12
HSL310.39º74.27%52.75%-
HSV(B)310.39º79.91%87.84%-
XYZ41.321.5752.44-
YUV115.39171.8205.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 45 (17.97% from 255) = 9.74%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=48.48%
G=9.74%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244519300.800.140.12310.3974.2752.75
HexE02DC1050EC1364a35
Octal340553010120161446611265
Binary111000001011011100000101010000111011001001101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02DC1; }

 p { color: rgb(224,45,193); }

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

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

 a { background-color: rgb(224,45,193); }

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

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

 span { border-color: rgb(224,45,193); }

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