Html Css Color HEX #E829DD Razzle Dazzle Rose

📋 copy color: '#E829DD'

red 232 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E829DD

Tints of Razzle Dazzle Rose #E829DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 46.96%
G = 8.3%
B = 44.74%

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

#E829DD (or 0xE829DD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and DD. RGB value is (232,41,221). Sum of RGB (Red+Green+Blue) = 232+41+221=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E829DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829DD is #17D622. Grayscale: #767676. Windows color (decimal): -1562147 or 14494184. OLE color: 14494184.

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

Color convert

RGB 232 41 221 -
CMYK 0 0.82 0.05 0.09
HSL 303.46º 0.81% 0.54% -
HSV(B) 303.46º 0.82% 0.91% -
XYZ 47.12 23.96 70.55 -
YUV 118.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 232 41 221 0 0.82 0.05 0.09 303.46 0.81 0.54
Hex E8 29 DD 0 52 5 9 12F 51 36
Octal 350 51 335 0 122 5 11 457 121 66
Binary 11101000 101001 11011101 0 1010010 101 1001 100101111 1010001 110110

Color Harmonies of #E829DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829DD

Black with #E829DD

Text Example


Text Example

White with #E829DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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