Html Css Color HEX #E829DA Razzle Dazzle Rose

📋 copy color: '#E829DA'

red 232 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E829DA

Tints of Razzle Dazzle Rose #E829DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 47.25%
G = 8.35%
B = 44.4%

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

#E829DA (or 0xE829DA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and DA. RGB value is (232,41,218). Sum of RGB (Red+Green+Blue) = 232+41+218=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E829DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829DA is #17D625. Grayscale: #757575. Windows color (decimal): -1562150 or 14297576. OLE color: 14297576.

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

Color convert

RGB 232 41 218 -
CMYK 0 0.82 0.06 0.09
HSL 304.4º 0.81% 0.54% -
HSV(B) 304.4º 0.82% 0.91% -
XYZ 46.73 23.8 68.46 -
YUV 118.29 184.28 209.11 -
System Red Green Blue C M Y K H S L
Decimal 232 41 218 0 0.82 0.06 0.09 304.4 0.81 0.54
Hex E8 29 DA 0 52 6 9 130 51 36
Octal 350 51 332 0 122 6 11 460 121 66
Binary 11101000 101001 11011010 0 1010010 110 1001 100110000 1010001 110110

Color Harmonies of #E829DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829DA

Black with #E829DA

Text Example


Text Example

White with #E829DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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