#E13CC8

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

Shades of Razzle Dazzle Rose #E13CC8

Tints of Razzle Dazzle Rose #E13CC8

Color information

#E13CC8 (or 0xE13CC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3C and C8. RGB value is (225,60,200). Sum of RGB (Red+Green+Blue) = 225+60+200=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CC8 is #1EC337. Grayscale: #7C7C7C. Windows color (decimal): -2016056 or 13122785. OLE color: 13122785.

HSL color Cylindrical-coordinate representation of color #E13CC8: hue angle of 309.09º 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 #E13CC8 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB22560200-
CMYK00.730.110.12
HSL309.09º73.33%55.88%-
HSV(B)309.09º73.33%88.24%-
XYZ43.0923.4156.89-
YUV125.29170.16199.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 60 (23.83% from 255) = 12.37%
BLUE value IS 200 (78.52% from 255) = 41.24%
R=46.39%
G=12.37%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256020000.730.110.12309.0973.3355.88
HexE13CC8049BC1354938
Octal341743100111131446511170
Binary111000011111001100100001001001101111001001101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CC8; }

 p { color: rgb(225,60,200); }

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

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

 a { background-color: rgb(225,60,200); }

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

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

 span { border-color: rgb(225,60,200); }

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