#E535C7

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

Shades of Razzle Dazzle Rose #E535C7

Tints of Razzle Dazzle Rose #E535C7

Color information

#E535C7 (or 0xE535C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 35 and C7. RGB value is (229,53,199). Sum of RGB (Red+Green+Blue) = 229+53+199=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E535C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535C7 is #1ACA38. Grayscale: #797979. Windows color (decimal): -1755705 or 13055461. OLE color: 13055461.

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

Color convert

RGB22953199-
CMYK00.770.130.10
HSL310.23º77.19%55.29%-
HSV(B)310.23º76.86%89.8%-
XYZ43.923.3356.22-
YUV122.27171.31204.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 53 (21.09% from 255) = 11.02%
BLUE value IS 199 (78.12% from 255) = 41.37%
R=47.61%
G=11.02%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295319900.770.130.10310.2377.1955.29
HexE535C704DDA1364d37
Octal345653070115151246611567
Binary111001011101011100011101001101110110101001101101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E535C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E535C7; }

 p { color: rgb(229,53,199); }

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

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

 a { background-color: rgb(229,53,199); }

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

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

 span { border-color: rgb(229,53,199); }

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