#E92F8D

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

Shades of Deep Cerise #E92F8D

Tints of Deep Cerise #E92F8D

Color information

#E92F8D (or 0xE92F8D) is unknown color: approx Deep Cerise. HEX triplet: E9, 2F and 8D. RGB value is (233,47,141). Sum of RGB (Red+Green+Blue) = 233+47+141=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92F8D is #16D072. Grayscale: #717171. Windows color (decimal): -1495155 or 9252841. OLE color: 9252841.

HSL color Cylindrical-coordinate representation of color #E92F8D: hue angle of 329.68º 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 #E92F8D is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23347141-
CMYK00.800.390.09
HSL329.68º80.87%54.9%-
HSV(B)329.68º79.83%91.37%-
XYZ39.4321.2827.23-
YUV113.33143.62213.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.34%
GREEN value IS 47 (18.75% from 255) = 11.16%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=55.34%
G=11.16%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334714100.800.390.09329.6880.8754.9
HexE92F8D05027914a5137
Octal351572150120471151212167
Binary11101001101111100011010101000010011110011010010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92F8D; }

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

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

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

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

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

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

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

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