#E73294

Color #E73294 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E73294

Tints of Deep Cerise #E73294

Color information

#E73294 (or 0xE73294) is unknown color: approx Deep Cerise. HEX triplet: E7, 32 and 94. RGB value is (231,50,148). Sum of RGB (Red+Green+Blue) = 231+50+148=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E73294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73294 is #18CD6B. Grayscale: #737373. Windows color (decimal): -1625452 or 9712359. OLE color: 9712359.

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

Color convert

RGB23150148-
CMYK00.780.360.09
HSL327.51º79.04%55.1%-
HSV(B)327.51º78.35%90.59%-
XYZ39.4421.4130.07-
YUV115.29146.47210.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.85%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=53.85%
G=11.66%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315014800.780.360.09327.5179.0455.1
HexE7329404E2491484f37
Octal347622240116441151011767
Binary11100111110010100101000100111010010010011010010001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73294; }

 p { color: rgb(231,50,148); }

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

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

 a { background-color: rgb(231,50,148); }

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

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

 span { border-color: rgb(231,50,148); }

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