#e531d7

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

Shades of Razzle Dazzle Rose #E531D7

Tints of Razzle Dazzle Rose #E531D7

Color information

#E531D7 (or 0xE531D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 31 and D7. RGB value is (229,49,215). Sum of RGB (Red+Green+Blue) = 229+49+215=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E531D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531D7 is #1ACE28. Grayscale: #797979. Windows color (decimal): -1756713 or 14103013. OLE color: 14103013.

HSL color Cylindrical-coordinate representation of color #E531D7: hue angle of 304.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 #E531D7 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB22949215-
CMYK00.790.060.10
HSL304.67º77.59%54.51%-
HSV(B)304.67º78.6%89.8%-
XYZ45.6823.7666.47-
YUV121.74180.63204.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 49 (19.53% from 255) = 9.94%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=46.45%
G=9.94%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294921500.790.060.10304.6777.5954.51
HexE531D704F6A1314e37
Octal34561327011761246111667
Binary11100101110001110101110100111111010101001100011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e531d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e531d7; }

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

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

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

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

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

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

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

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