#E531D1

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

Shades of Razzle Dazzle Rose #E531D1

Tints of Razzle Dazzle Rose #E531D1

Color information

#E531D1 (or 0xE531D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 31 and D1. RGB value is (229,49,209). Sum of RGB (Red+Green+Blue) = 229+49+209=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E531D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531D1 is #1ACE2E. Grayscale: #787878. Windows color (decimal): -1756719 or 13709797. OLE color: 13709797.

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

Color convert

RGB22949209-
CMYK00.790.090.10
HSL306.67º77.59%54.51%-
HSV(B)306.67º78.6%89.8%-
XYZ44.9223.4662.48-
YUV121.06177.63204.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.02%
GREEN value IS 49 (19.53% from 255) = 10.06%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=47.02%
G=10.06%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294920900.790.090.10306.6777.5954.51
HexE531D104F9A1334e37
Octal345613210117111246311667
Binary111001011100011101000101001111100110101001100111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E531D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E531D1; }

 p { color: rgb(229,49,209); }

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

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

 a { background-color: rgb(229,49,209); }

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

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

 span { border-color: rgb(229,49,209); }

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