#EF3372

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

Shades of Cerise #EF3372

Tints of Cerise #EF3372

Color information

#EF3372 (or 0xEF3372) is unknown color: approx Cerise. HEX triplet: EF, 33 and 72. RGB value is (239,51,114). Sum of RGB (Red+Green+Blue) = 239+51+114=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3372 is #10CC8D. Grayscale: #727272. Windows color (decimal): -1100942 or 7484399. OLE color: 7484399.

HSL color Cylindrical-coordinate representation of color #EF3372: hue angle of 339.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3372 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB23951114-
CMYK00.790.520.06
HSL339.89º85.45%56.86%-
HSV(B)339.89º78.66%93.73%-
XYZ39.8221.9318.05-
YUV114.39127.78216.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.16%
GREEN value IS 51 (20.31% from 255) = 12.62%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=59.16%
G=12.62%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395111400.790.520.06339.8985.4556.86
HexEF337204F3461545539
Octal35763162011764652412571
Binary111011111100111110010010011111101001101010101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3372; }

 p { color: rgb(239,51,114); }

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

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

 a { background-color: rgb(239,51,114); }

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

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

 span { border-color: rgb(239,51,114); }

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