#e13cb5

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

Shades of Razzle Dazzle Rose #E13CB5

Tints of Razzle Dazzle Rose #E13CB5

Color information

#E13CB5 (or 0xE13CB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3C and B5. RGB value is (225,60,181). Sum of RGB (Red+Green+Blue) = 225+60+181=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CB5 is #1EC34A. Grayscale: #7A7A7A. Windows color (decimal): -2016075 or 11877601. OLE color: 11877601.

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

Color convert

RGB22560181-
CMYK00.730.200.12
HSL316º73.33%55.88%-
HSV(B)316º73.33%88.24%-
XYZ41.0122.5845.91-
YUV123.13160.66200.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 60 (23.83% from 255) = 12.88%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=48.28%
G=12.88%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256018100.730.200.1231673.3355.88
HexE13CB504914C13c4938
Octal341742650111241447411170
Binary1110000111110010110101010010011010011001001111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13cb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13cb5; }

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

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

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

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

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

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

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

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