Html Css Color HEX #E829DC Razzle Dazzle Rose

📋 copy color: '#E829DC'

red 232 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E829DC

Tints of Razzle Dazzle Rose #E829DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 47.06%
G = 8.32%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E829DC (or 0xE829DC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and DC. RGB value is (232,41,220). Sum of RGB (Red+Green+Blue) = 232+41+220=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E829DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829DC is #17D623. Grayscale: #757575. Windows color (decimal): -1562148 or 14428648. OLE color: 14428648.

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

Color convert

RGB 232 41 220 -
CMYK 0 0.82 0.05 0.09
HSL 303.77º 0.81% 0.54% -
HSV(B) 303.77º 0.82% 0.91% -
XYZ 46.99 23.91 69.85 -
YUV 118.52 185.28 208.95 -
System Red Green Blue C M Y K H S L
Decimal 232 41 220 0 0.82 0.05 0.09 303.77 0.81 0.54
Hex E8 29 DC 0 52 5 9 130 51 36
Octal 350 51 334 0 122 5 11 460 121 66
Binary 11101000 101001 11011100 0 1010010 101 1001 100110000 1010001 110110

Color Harmonies of #E829DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829DC

Black with #E829DC

Text Example


Text Example

White with #E829DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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