#E13CB3

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

Shades of Razzle Dazzle Rose #E13CB3

Tints of Razzle Dazzle Rose #E13CB3

Color information

#E13CB3 (or 0xE13CB3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3C and B3. RGB value is (225,60,179). Sum of RGB (Red+Green+Blue) = 225+60+179=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CB3 is #1EC34C. Grayscale: #7A7A7A. Windows color (decimal): -2016077 or 11746529. OLE color: 11746529.

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

Color convert

RGB22560179-
CMYK00.730.200.12
HSL316.73º73.33%55.88%-
HSV(B)316.73º73.33%88.24%-
XYZ40.822.4944.84-
YUV122.9159.66200.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 60 (23.83% from 255) = 12.93%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=48.49%
G=12.93%
B=38.58%

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
Decimal2256017900.730.200.12316.7373.3355.88
HexE13CB304914C13d4938
Octal341742630111241447511170
Binary1110000111110010110011010010011010011001001111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CB3; }

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

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

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

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

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

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

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

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