#E13CB2

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

Shades of Persian Rose #E13CB2

Tints of Persian Rose #E13CB2

Color information

#E13CB2 (or 0xE13CB2) is unknown color: approx Persian Rose. HEX triplet: E1, 3C and B2. RGB value is (225,60,178). Sum of RGB (Red+Green+Blue) = 225+60+178=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13CB2 is #1EC34D. Grayscale: #7A7A7A. Windows color (decimal): -2016078 or 11680993. OLE color: 11680993.

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

Color convert

RGB22560178-
CMYK00.730.210.12
HSL317.09º73.33%55.88%-
HSV(B)317.09º73.33%88.24%-
XYZ40.722.4544.31-
YUV122.79159.16200.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 60 (23.83% from 255) = 12.96%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=48.60%
G=12.96%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256017800.730.210.12317.0973.3355.88
HexE13CB204915C13d4938
Octal341742620111251447511170
Binary1110000111110010110010010010011010111001001111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CB2; }

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

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

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

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

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

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

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

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