#E928DC

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

Shades of Razzle Dazzle Rose #E928DC

Tints of Razzle Dazzle Rose #E928DC

Color information

#E928DC (or 0xE928DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 28 and DC. RGB value is (233,40,220). Sum of RGB (Red+Green+Blue) = 233+40+220=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E928DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E928DC is #16D723. Grayscale: #757575. Windows color (decimal): -1496868 or 14428393. OLE color: 14428393.

HSL color Cylindrical-coordinate representation of color #E928DC: hue angle of 304.04º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E928DC is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23340220-
CMYK00.830.060.09
HSL304.04º81.43%53.53%-
HSV(B)304.04º82.83%91.37%-
XYZ47.2824.0169.85-
YUV118.23185.44209.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 40 (16.02% from 255) = 8.11%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=47.26%
G=8.11%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334022000.830.060.09304.0481.4353.53
HexE928DC053691305136
Octal35150334012361146012166
Binary11101001101000110111000101001111010011001100001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E928DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E928DC; }

 p { color: rgb(233,40,220); }

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

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

 a { background-color: rgb(233,40,220); }

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

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

 span { border-color: rgb(233,40,220); }

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