#E92F8B

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

Shades of Deep Cerise #E92F8B

Tints of Deep Cerise #E92F8B

Color information

#E92F8B (or 0xE92F8B) is unknown color: approx Deep Cerise. HEX triplet: E9, 2F and 8B. RGB value is (233,47,139). Sum of RGB (Red+Green+Blue) = 233+47+139=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92F8B is #16D074. Grayscale: #707070. Windows color (decimal): -1495157 or 9121769. OLE color: 9121769.

HSL color Cylindrical-coordinate representation of color #E92F8B: hue angle of 330.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F8B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23347139-
CMYK00.800.400.09
HSL330.32º80.87%54.9%-
HSV(B)330.32º79.83%91.37%-
XYZ39.2821.2226.45-
YUV113.1142.62213.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.61%
GREEN value IS 47 (18.75% from 255) = 11.22%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=55.61%
G=11.22%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334713900.800.400.09330.3280.8754.9
HexE92F8B05028914a5137
Octal351572130120501151212167
Binary11101001101111100010110101000010100010011010010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92F8B; }

 p { color: rgb(233,47,139); }

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

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

 a { background-color: rgb(233,47,139); }

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

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

 span { border-color: rgb(233,47,139); }

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