#e9257e

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

Shades of Deep Cerise #E9257E

Tints of Deep Cerise #E9257E

Color information

#E9257E (or 0xE9257E) is unknown color: approx Deep Cerise. HEX triplet: E9, 25 and 7E. RGB value is (233,37,126). Sum of RGB (Red+Green+Blue) = 233+37+126=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9257E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9257E is #16DA81. Grayscale: #696969. Windows color (decimal): -1497730 or 8267241. OLE color: 8267241.

HSL color Cylindrical-coordinate representation of color #E9257E: hue angle of 332.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9257E is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB23337126-
CMYK00.840.460.09
HSL332.76º81.67%52.94%-
HSV(B)332.76º84.12%91.37%-
XYZ38.0320.1521.62-
YUV105.75139.43218.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.84%
GREEN value IS 37 (14.84% from 255) = 9.34%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=58.84%
G=9.34%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333712600.840.460.09332.7681.6752.94
HexE9257E0542E914d5235
Octal351451760124561151512265
Binary1110100110010111111100101010010111010011010011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9257e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9257e; }

 p { color: rgb(233,37,126); }

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

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

 a { background-color: rgb(233,37,126); }

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

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

 span { border-color: rgb(233,37,126); }

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