#E835BA

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

Shades of Razzle Dazzle Rose #E835BA

Tints of Razzle Dazzle Rose #E835BA

Color information

#E835BA (or 0xE835BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 35 and BA. RGB value is (232,53,186). Sum of RGB (Red+Green+Blue) = 232+53+186=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E835BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E835BA is #17CA45. Grayscale: #797979. Windows color (decimal): -1559110 or 12203496. OLE color: 12203496.

HSL color Cylindrical-coordinate representation of color #E835BA: hue angle of 315.42º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E835BA is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB23253186-
CMYK00.770.200.09
HSL315.42º79.56%55.88%-
HSV(B)315.42º77.16%90.98%-
XYZ43.4123.2548.65-
YUV121.68164.3206.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 53 (21.09% from 255) = 11.25%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=49.26%
G=11.25%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325318600.770.200.09315.4279.5655.88
HexE835BA04D14913b5038
Octal350652720115241147312070
Binary1110100011010110111010010011011010010011001110111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E835BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E835BA; }

 p { color: rgb(232,53,186); }

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

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

 a { background-color: rgb(232,53,186); }

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

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

 span { border-color: rgb(232,53,186); }

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