#E829C5

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

Shades of Razzle Dazzle Rose #E829C5

Tints of Razzle Dazzle Rose #E829C5

Color information

#E829C5 (or 0xE829C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 29 and C5. RGB value is (232,41,197). Sum of RGB (Red+Green+Blue) = 232+41+197=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E829C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829C5 is #17D63A. Grayscale: #737373. Windows color (decimal): -1562171 or 12921320. OLE color: 12921320.

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

Color convert

RGB23241197-
CMYK00.820.150.09
HSL310.99º80.59%53.53%-
HSV(B)310.99º82.33%90.98%-
XYZ44.1522.7754.89-
YUV115.89173.78210.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.36%
GREEN value IS 41 (16.41% from 255) = 8.72%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=49.36%
G=8.72%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324119700.820.150.09310.9980.5953.53
HexE829C5052F91375136
Octal350513050122171146712166
Binary111010001010011100010101010010111110011001101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829C5; }

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

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

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

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

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

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

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

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