#E740BA

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

Shades of Razzle Dazzle Rose #E740BA

Tints of Razzle Dazzle Rose #E740BA

Color information

#E740BA (or 0xE740BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 40 and BA. RGB value is (231,64,186). Sum of RGB (Red+Green+Blue) = 231+64+186=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E740BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740BA is #18BF45. Grayscale: #7F7F7F. Windows color (decimal): -1621830 or 12206311. OLE color: 12206311.

HSL color Cylindrical-coordinate representation of color #E740BA: hue angle of 316.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740BA is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23164186-
CMYK00.720.190.09
HSL316.17º77.67%57.84%-
HSV(B)316.17º72.29%90.59%-
XYZ43.6524.248.82-
YUV127.84160.83201.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 64 (25.39% from 255) = 13.31%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=48.02%
G=13.31%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316418600.720.190.09316.1777.6757.84
HexE740BA04813913c4e3a
Octal3471002720110231147411672
Binary11100111100000010111010010010001001110011001111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740BA; }

 p { color: rgb(231,64,186); }

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

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

 a { background-color: rgb(231,64,186); }

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

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

 span { border-color: rgb(231,64,186); }

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