Html Css Color HEX #E829BF Razzle Dazzle Rose

📋 copy color: '#E829BF'

red 232 ◦ green 41 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E829BF

Tints of Razzle Dazzle Rose #E829BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 50%
G = 8.84%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E829BF (or 0xE829BF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and BF. RGB value is (232,41,191). Sum of RGB (Red+Green+Blue) = 232+41+191=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E829BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829BF is #17D640. Grayscale: #727272. Windows color (decimal): -1562177 or 12528104. OLE color: 12528104.

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

Color convert

RGB 232 41 191 -
CMYK 0 0.82 0.18 0.09
HSL 312.88º 0.81% 0.54% -
HSV(B) 312.88º 0.82% 0.91% -
XYZ 43.48 22.5 51.34 -
YUV 115.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 232 41 191 0 0.82 0.18 0.09 312.88 0.81 0.54
Hex E8 29 BF 0 52 12 9 139 51 36
Octal 350 51 277 0 122 22 11 471 121 66
Binary 11101000 101001 10111111 0 1010010 10010 1001 100111001 1010001 110110

Color Harmonies of #E829BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829BF

Black with #E829BF

Text Example


Text Example

White with #E829BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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