#E832D3

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

Shades of Razzle Dazzle Rose #E832D3

Tints of Razzle Dazzle Rose #E832D3

Color information

#E832D3 (or 0xE832D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 32 and D3. RGB value is (232,50,211). Sum of RGB (Red+Green+Blue) = 232+50+211=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E832D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832D3 is #17CD2C. Grayscale: #7A7A7A. Windows color (decimal): -1559853 or 13841128. OLE color: 13841128.

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

Color convert

RGB23250211-
CMYK00.780.090.09
HSL306.92º79.82%55.29%-
HSV(B)306.92º78.45%90.98%-
XYZ46.1824.1463.85-
YUV122.77177.8205.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.06%
GREEN value IS 50 (19.92% from 255) = 10.14%
BLUE value IS 211 (82.81% from 255) = 42.80%
R=47.06%
G=10.14%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325021100.780.090.09306.9279.8255.29
HexE832D304E991335037
Octal350623230116111146312067
Binary111010001100101101001101001110100110011001100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E832D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E832D3; }

 p { color: rgb(232,50,211); }

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

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

 a { background-color: rgb(232,50,211); }

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

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

 span { border-color: rgb(232,50,211); }

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