#E528E9

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

Shades of Razzle Dazzle Rose #E528E9

Tints of Razzle Dazzle Rose #E528E9

Color information

#E528E9 (or 0xE528E9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 28 and E9. RGB value is (229,40,233). Sum of RGB (Red+Green+Blue) = 229+40+233=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #E528E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528E9 is #1AD716. Grayscale: #757575. Windows color (decimal): -1758999 or 15280357. OLE color: 15280357.

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

Color convert

RGB22940233-
CMYK0.020.8300.09
HSL298.76º81.43%53.53%-
HSV(B)298.76º82.83%91.37%-
XYZ47.7824.0679.22-
YUV118.51192.62206.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.62%
GREEN value IS 40 (16.02% from 255) = 7.97%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=45.62%
G=7.97%
B=46.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229402330.020.8300.09298.7681.4353.53
HexE528E92530912b5136
Octal34550351212301145312166
Binary1110010110100011101001101010011010011001010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E528E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E528E9; }

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

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

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

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

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

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

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

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