#E13DC3

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

Shades of Razzle Dazzle Rose #E13DC3

Tints of Razzle Dazzle Rose #E13DC3

Color information

#E13DC3 (or 0xE13DC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3D and C3. RGB value is (225,61,195). Sum of RGB (Red+Green+Blue) = 225+61+195=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DC3 is #1EC23C. Grayscale: #7C7C7C. Windows color (decimal): -2015805 or 12795361. OLE color: 12795361.

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

Color convert

RGB22561195-
CMYK00.730.130.12
HSL310.98º73.21%56.08%-
HSV(B)310.98º72.89%88.24%-
XYZ42.5723.2953.88-
YUV125.31167.33199.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 61 (24.22% from 255) = 12.68%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=46.78%
G=12.68%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256119500.730.130.12310.9873.2156.08
HexE13DC3049DC1374938
Octal341753030111151446711170
Binary111000011111011100001101001001110111001001101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13DC3; }

 p { color: rgb(225,61,195); }

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

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

 a { background-color: rgb(225,61,195); }

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

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

 span { border-color: rgb(225,61,195); }

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