#E528C5

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

Shades of Razzle Dazzle Rose #E528C5

Tints of Razzle Dazzle Rose #E528C5

Color information

#E528C5 (or 0xE528C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 28 and C5. RGB value is (229,40,197). Sum of RGB (Red+Green+Blue) = 229+40+197=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E528C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528C5 is #1AD73A. Grayscale: #717171. Windows color (decimal): -1759035 or 12921061. OLE color: 12921061.

HSL color Cylindrical-coordinate representation of color #E528C5: hue angle of 310.16º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E528C5 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB22940197-
CMYK00.830.140.10
HSL310.16º78.42%52.75%-
HSV(B)310.16º82.53%89.8%-
XYZ43.1522.2154.84-
YUV114.41174.62209.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 40 (16.02% from 255) = 8.58%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=49.14%
G=8.58%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294019700.830.140.10310.1678.4252.75
HexE528C5053EA1364e35
Octal345503050123161246611665
Binary111001011010001100010101010011111010101001101101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E528C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E528C5; }

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

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

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

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

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

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

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

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