#E13AB5

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

Shades of Razzle Dazzle Rose #E13AB5

Tints of Razzle Dazzle Rose #E13AB5

Color information

#E13AB5 (or 0xE13AB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3A and B5. RGB value is (225,58,181). Sum of RGB (Red+Green+Blue) = 225+58+181=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13AB5 is #1EC54A. Grayscale: #797979. Windows color (decimal): -2016587 or 11877089. OLE color: 11877089.

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

Color convert

RGB22558181-
CMYK00.740.200.12
HSL315.81º73.57%55.49%-
HSV(B)315.81º74.22%88.24%-
XYZ40.922.3745.88-
YUV121.96161.33201.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 58 (23.05% from 255) = 12.5%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=48.49%
G=12.5%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255818100.740.200.12315.8173.5755.49
HexE13AB504A14C13c4a37
Octal341722650112241447411267
Binary1110000111101010110101010010101010011001001111001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13AB5; }

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

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

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

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

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

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

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

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