#E829D1

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

Shades of Razzle Dazzle Rose #E829D1

Tints of Razzle Dazzle Rose #E829D1

Color information

#E829D1 (or 0xE829D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 29 and D1. RGB value is (232,41,209). Sum of RGB (Red+Green+Blue) = 232+41+209=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E829D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829D1 is #17D62E. Grayscale: #747474. Windows color (decimal): -1562159 or 13707752. OLE color: 13707752.

HSL color Cylindrical-coordinate representation of color #E829D1: hue angle of 307.23º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E829D1 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB23241209-
CMYK00.820.100.09
HSL307.23º80.59%53.53%-
HSV(B)307.23º82.33%90.98%-
XYZ45.5823.3562.43-
YUV117.26179.78209.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 41 (16.41% from 255) = 8.51%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=48.13%
G=8.51%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324120900.820.100.09307.2380.5953.53
HexE829D1052A91335136
Octal350513210122121146312166
Binary111010001010011101000101010010101010011001100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829D1; }

 p { color: rgb(232,41,209); }

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

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

 a { background-color: rgb(232,41,209); }

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

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

 span { border-color: rgb(232,41,209); }

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