#E540BC

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

Shades of Razzle Dazzle Rose #E540BC

Tints of Razzle Dazzle Rose #E540BC

Color information

#E540BC (or 0xE540BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 40 and BC. RGB value is (229,64,188). Sum of RGB (Red+Green+Blue) = 229+64+188=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E540BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540BC is #1ABF43. Grayscale: #7F7F7F. Windows color (decimal): -1752900 or 12337381. OLE color: 12337381.

HSL color Cylindrical-coordinate representation of color #E540BC: hue angle of 314.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540BC is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB22964188-
CMYK00.720.180.10
HSL314.91º76.04%57.45%-
HSV(B)314.91º72.05%89.8%-
XYZ43.2223.9649.92-
YUV127.47162.16200.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 64 (25.39% from 255) = 13.31%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=47.61%
G=13.31%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296418800.720.180.10314.9176.0457.45
HexE540BC04812A13b4c39
Octal3451002740110221247311471
Binary11100101100000010111100010010001001010101001110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540BC; }

 p { color: rgb(229,64,188); }

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

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

 a { background-color: rgb(229,64,188); }

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

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

 span { border-color: rgb(229,64,188); }

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