#E834B5

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

Shades of Razzle Dazzle Rose #E834B5

Tints of Razzle Dazzle Rose #E834B5

Color information

#E834B5 (or 0xE834B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 34 and B5. RGB value is (232,52,181). Sum of RGB (Red+Green+Blue) = 232+52+181=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E834B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834B5 is #17CB4A. Grayscale: #787878. Windows color (decimal): -1559371 or 11875560. OLE color: 11875560.

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

Color convert

RGB23252181-
CMYK00.780.220.09
HSL317º79.65%55.69%-
HSV(B)317º77.59%90.98%-
XYZ42.8522.9545.89-
YUV120.53162.13207.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 52 (20.70% from 255) = 11.18%
BLUE value IS 181 (71.09% from 255) = 38.92%
R=49.89%
G=11.18%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325218100.780.220.0931779.6555.69
HexE834B504E16913d5038
Octal350642650116261147512070
Binary1110100011010010110101010011101011010011001111011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E834B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E834B5; }

 p { color: rgb(232,52,181); }

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

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

 a { background-color: rgb(232,52,181); }

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

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

 span { border-color: rgb(232,52,181); }

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