#E82DDB

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

Shades of Razzle Dazzle Rose #E82DDB

Tints of Razzle Dazzle Rose #E82DDB

Color information

#E82DDB (or 0xE82DDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 2D and DB. RGB value is (232,45,219). Sum of RGB (Red+Green+Blue) = 232+45+219=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82DDB is #17D224. Grayscale: #787878. Windows color (decimal): -1561125 or 14364136. OLE color: 14364136.

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

Color convert

RGB23245219-
CMYK00.810.060.09
HSL304.17º80.26%54.31%-
HSV(B)304.17º80.6%90.98%-
XYZ4724.1569.2-
YUV120.75183.45207.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 45 (17.97% from 255) = 9.07%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=46.77%
G=9.07%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324521900.810.060.09304.1780.2654.31
HexE82DDB051691305036
Octal35055333012161146012066
Binary11101000101101110110110101000111010011001100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82DDB; }

 p { color: rgb(232,45,219); }

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

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

 a { background-color: rgb(232,45,219); }

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

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

 span { border-color: rgb(232,45,219); }

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