#E929CC

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

Shades of Razzle Dazzle Rose #E929CC

Tints of Razzle Dazzle Rose #E929CC

Color information

#E929CC (or 0xE929CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 29 and CC. RGB value is (233,41,204). Sum of RGB (Red+Green+Blue) = 233+41+204=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E929CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929CC is #16D633. Grayscale: #747474. Windows color (decimal): -1496628 or 13380073. OLE color: 13380073.

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

Color convert

RGB23341204-
CMYK00.820.120.09
HSL309.06º81.36%53.73%-
HSV(B)309.06º82.4%91.37%-
XYZ45.323.2759.23-
YUV116.99177.11210.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.74%
GREEN value IS 41 (16.41% from 255) = 8.58%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=48.74%
G=8.58%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334120400.820.120.09309.0681.3653.73
HexE929CC052C91355136
Octal351513140122141146512166
Binary111010011010011100110001010010110010011001101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E929CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E929CC; }

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

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

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

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

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

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

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

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