Html Css Color HEX #E829DB Razzle Dazzle Rose

📋 copy color: '#E829DB'

red 232 ◦ green 41 ◦ blue 219

#E829DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E829DB

Tints of Razzle Dazzle Rose #E829DB

RGB

 RED value IS 232 (91.02% from 255) = 47.15%

 GREEN value IS 41 (16.41% from 255) = 8.33%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 47.15%
G = 8.33%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E829DB (or 0xE829DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and DB. RGB value is (232,41,219). Sum of RGB (Red+Green+Blue) = 232+41+219=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E829DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829DB is #17D624. Grayscale: #757575. Windows color (decimal): -1562149 or 14363112. OLE color: 14363112.

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

Color convert

RGB 232 41 219 -
CMYK 0 0.82 0.06 0.09
HSL 304.08º 0.81% 0.54% -
HSV(B) 304.08º 0.82% 0.91% -
XYZ 46.86 23.86 69.15 -
YUV 118.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 232 41 219 0 0.82 0.06 0.09 304.08 0.81 0.54
Hex E8 29 DB 0 52 6 9 130 51 36
Octal 350 51 333 0 122 6 11 460 121 66
Binary 11101000 101001 11011011 0 1010010 110 1001 100110000 1010001 110110

Color Harmonies of #E829DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829DB

Black with #E829DB

Text Example


Text Example

White with #E829DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829DB; }

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

 H1.HeaderClassName
 {
   color: #E829DB;
 }
 .AnyTagClassName
 {
   color: #E829DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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