#E13AC9

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

Shades of Razzle Dazzle Rose #E13AC9

Tints of Razzle Dazzle Rose #E13AC9

Color information

#E13AC9 (or 0xE13AC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3A and C9. RGB value is (225,58,201). Sum of RGB (Red+Green+Blue) = 225+58+201=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13AC9 is #1EC536. Grayscale: #7B7B7B. Windows color (decimal): -2016567 or 13187809. OLE color: 13187809.

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

Color convert

RGB22558201-
CMYK00.740.110.12
HSL308.62º73.57%55.49%-
HSV(B)308.62º74.22%88.24%-
XYZ43.1123.2557.47-
YUV124.24171.33199.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 58 (23.05% from 255) = 11.98%
BLUE value IS 201 (78.91% from 255) = 41.53%
R=46.49%
G=11.98%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255820100.740.110.12308.6273.5755.49
HexE13AC904ABC1354a37
Octal341723110112131446511267
Binary111000011110101100100101001010101111001001101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13AC9; }

 p { color: rgb(225,58,201); }

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

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

 a { background-color: rgb(225,58,201); }

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

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

 span { border-color: rgb(225,58,201); }

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