#E137CA

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

Shades of Razzle Dazzle Rose #E137CA

Tints of Razzle Dazzle Rose #E137CA

Color information

#E137CA (or 0xE137CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 37 and CA. RGB value is (225,55,202). Sum of RGB (Red+Green+Blue) = 225+55+202=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E137CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137CA is #1EC835. Grayscale: #7A7A7A. Windows color (decimal): -2017334 or 13252577. OLE color: 13252577.

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

Color convert

RGB22555202-
CMYK00.760.100.12
HSL308.12º73.91%54.9%-
HSV(B)308.12º75.56%88.24%-
XYZ43.082358.05-
YUV122.59172.82201.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 55 (21.88% from 255) = 11.41%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=46.68%
G=11.41%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255520200.760.100.12308.1273.9154.9
HexE137CA04CAC1344a37
Octal341673120114121446411267
Binary111000011101111100101001001100101011001001101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E137CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E137CA; }

 p { color: rgb(225,55,202); }

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

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

 a { background-color: rgb(225,55,202); }

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

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

 span { border-color: rgb(225,55,202); }

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