Html Css Color HEX #E829BD Razzle Dazzle Rose

📋 copy color: '#E829BD'

red 232 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E829BD

Tints of Razzle Dazzle Rose #E829BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 50.22%
G = 8.87%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E829BD (or 0xE829BD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and BD. RGB value is (232,41,189). Sum of RGB (Red+Green+Blue) = 232+41+189=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E829BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829BD is #17D642. Grayscale: #727272. Windows color (decimal): -1562179 or 12397032. OLE color: 12397032.

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

Color convert

RGB 232 41 189 -
CMYK 0 0.82 0.19 0.09
HSL 313.51º 0.81% 0.54% -
HSV(B) 313.51º 0.82% 0.91% -
XYZ 43.26 22.42 50.19 -
YUV 114.98 169.78 211.47 -
System Red Green Blue C M Y K H S L
Decimal 232 41 189 0 0.82 0.19 0.09 313.51 0.81 0.54
Hex E8 29 BD 0 52 13 9 13A 51 36
Octal 350 51 275 0 122 23 11 472 121 66
Binary 11101000 101001 10111101 0 1010010 10011 1001 100111010 1010001 110110

Color Harmonies of #E829BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829BD

Black with #E829BD

Text Example


Text Example

White with #E829BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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