#E13BC5

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

Shades of Razzle Dazzle Rose #E13BC5

Tints of Razzle Dazzle Rose #E13BC5

Color information

#E13BC5 (or 0xE13BC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3B and C5. RGB value is (225,59,197). Sum of RGB (Red+Green+Blue) = 225+59+197=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BC5 is #1EC43A. Grayscale: #7B7B7B. Windows color (decimal): -2016315 or 12925921. OLE color: 12925921.

HSL color Cylindrical-coordinate representation of color #E13BC5: hue angle of 310.12º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BC5 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22559197-
CMYK00.740.120.12
HSL310.12º73.45%55.69%-
HSV(B)310.12º73.78%88.24%-
XYZ42.6923.1755.04-
YUV124.37169199.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 59 (23.44% from 255) = 12.27%
BLUE value IS 197 (77.34% from 255) = 40.96%
R=46.78%
G=12.27%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255919700.740.120.12310.1273.4555.69
HexE13BC504ACC1364938
Octal341733050112141446611170
Binary111000011110111100010101001010110011001001101101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BC5; }

 p { color: rgb(225,59,197); }

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

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

 a { background-color: rgb(225,59,197); }

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

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

 span { border-color: rgb(225,59,197); }

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