#E13CC1

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

Shades of Razzle Dazzle Rose #E13CC1

Tints of Razzle Dazzle Rose #E13CC1

Color information

#E13CC1 (or 0xE13CC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3C and C1. RGB value is (225,60,193). Sum of RGB (Red+Green+Blue) = 225+60+193=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CC1 is #1EC33E. Grayscale: #7C7C7C. Windows color (decimal): -2016063 or 12664033. OLE color: 12664033.

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

Color convert

RGB22560193-
CMYK00.730.140.12
HSL311.64º73.33%55.88%-
HSV(B)311.64º73.33%88.24%-
XYZ42.2923.0952.68-
YUV124.5166.66199.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 60 (23.83% from 255) = 12.55%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=47.07%
G=12.55%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256019300.730.140.12311.6473.3355.88
HexE13CC1049EC1384938
Octal341743010111161447011170
Binary111000011111001100000101001001111011001001110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CC1; }

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

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

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

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

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

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

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

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