#E539CA

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

Shades of Razzle Dazzle Rose #E539CA

Tints of Razzle Dazzle Rose #E539CA

Color information

#E539CA (or 0xE539CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 39 and CA. RGB value is (229,57,202). Sum of RGB (Red+Green+Blue) = 229+57+202=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E539CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E539CA is #1AC635. Grayscale: #7C7C7C. Windows color (decimal): -1754678 or 13253093. OLE color: 13253093.

HSL color Cylindrical-coordinate representation of color #E539CA: hue angle of 309.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E539CA is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB22957202-
CMYK00.750.120.10
HSL309.42º76.79%56.08%-
HSV(B)309.42º75.11%89.8%-
XYZ44.4423.8558.14-
YUV124.96171.48202.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.93%
GREEN value IS 57 (22.66% from 255) = 11.68%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=46.93%
G=11.68%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295720200.750.120.10309.4276.7956.08
HexE539CA04BCA1354d38
Octal345713120113141246511570
Binary111001011110011100101001001011110010101001101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E539CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E539CA; }

 p { color: rgb(229,57,202); }

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

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

 a { background-color: rgb(229,57,202); }

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

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

 span { border-color: rgb(229,57,202); }

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