#e929be

Color #E929BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E929BE

Tints of Razzle Dazzle Rose #E929BE

Color information

#E929BE (or 0xE929BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 29 and BE. RGB value is (233,41,190). Sum of RGB (Red+Green+Blue) = 233+41+190=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E929BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929BE is #16D641. Grayscale: #727272. Windows color (decimal): -1496642 or 12462569. OLE color: 12462569.

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

Color convert

RGB23341190-
CMYK00.820.180.09
HSL313.44º81.36%53.73%-
HSV(B)313.44º82.4%91.37%-
XYZ43.6922.6350.78-
YUV115.39170.11211.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 41 (16.41% from 255) = 8.84%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=50.22%
G=8.84%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334119000.820.180.09313.4481.3653.73
HexE929BE0521291395136
Octal351512760122221147112166
Binary1110100110100110111110010100101001010011001110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e929be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e929be; }

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

 H1.HeaderClassName
 {
   color: #e929be;
 }
 .AnyTagClassName
 {
   color: #e929be;
 }
</style>
background-color css

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

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

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

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

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

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