Html Css Color HEX #E929D9 Razzle Dazzle Rose

📋 copy color: '#E929D9'

red 233 ◦ green 41 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E929D9

Tints of Razzle Dazzle Rose #E929D9

RGB

 RED value IS 233 (91.41% from 255) = 47.45%

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

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 47.45%
G = 8.35%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E929D9 (or 0xE929D9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and D9. RGB value is (233,41,217). Sum of RGB (Red+Green+Blue) = 233+41+217=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E929D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929D9 is #16D626. Grayscale: #757575. Windows color (decimal): -1496615 or 14232041. OLE color: 14232041.

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

Color convert

RGB 233 41 217 -
CMYK 0 0.82 0.07 0.09
HSL 305º 0.81% 0.54% -
HSV(B) 305º 0.82% 0.91% -
XYZ 46.92 23.92 67.79 -
YUV 118.47 183.61 209.69 -
System Red Green Blue C M Y K H S L
Decimal 233 41 217 0 0.82 0.07 0.09 305 0.81 0.54
Hex E9 29 D9 0 52 7 9 131 51 36
Octal 351 51 331 0 122 7 11 461 121 66
Binary 11101001 101001 11011001 0 1010010 111 1001 100110001 1010001 110110

Color Harmonies of #E929D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E929D9

Black with #E929D9

Text Example


Text Example

White with #E929D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E929D9; }

 p { color: rgb(233,41,217); }

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

background-color css

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

 a { background-color: rgb(233,41,217); }

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

border-color css

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

 span { border-color: rgb(233,41,217); }

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