#E834D7

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

Shades of Razzle Dazzle Rose #E834D7

Tints of Razzle Dazzle Rose #E834D7

Color information

#E834D7 (or 0xE834D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 34 and D7. RGB value is (232,52,215). Sum of RGB (Red+Green+Blue) = 232+52+215=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E834D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834D7 is #17CB28. Grayscale: #7B7B7B. Windows color (decimal): -1559337 or 14103784. OLE color: 14103784.

HSL color Cylindrical-coordinate representation of color #E834D7: hue angle of 305.67º 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 #E834D7 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23252215-
CMYK00.780.070.09
HSL305.67º79.65%55.69%-
HSV(B)305.67º77.59%90.98%-
XYZ46.7724.5266.56-
YUV124.4179.13204.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.49%
GREEN value IS 52 (20.70% from 255) = 10.42%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=46.49%
G=10.42%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325221500.780.070.09305.6779.6555.69
HexE834D704E791325038
Octal35064327011671146212070
Binary11101000110100110101110100111011110011001100101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E834D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E834D7; }

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

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

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

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

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

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

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

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