#E531CF

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

Shades of Razzle Dazzle Rose #E531CF

Tints of Razzle Dazzle Rose #E531CF

Color information

#E531CF (or 0xE531CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 31 and CF. RGB value is (229,49,207). Sum of RGB (Red+Green+Blue) = 229+49+207=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E531CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531CF is #1ACE30. Grayscale: #787878. Windows color (decimal): -1756721 or 13578725. OLE color: 13578725.

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

Color convert

RGB22949207-
CMYK00.790.100.10
HSL307.33º77.59%54.51%-
HSV(B)307.33º78.6%89.8%-
XYZ44.6723.3661.19-
YUV120.83176.63205.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 49 (19.53% from 255) = 10.10%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=47.22%
G=10.10%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294920700.790.100.10307.3377.5954.51
HexE531CF04FAA1334e37
Octal345613170117121246311667
Binary111001011100011100111101001111101010101001100111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E531CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E531CF; }

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

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

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

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

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

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

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

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