#ef2e72

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

Shades of Cerise #EF2E72

Tints of Cerise #EF2E72

Color information

#EF2E72 (or 0xEF2E72) is unknown color: approx Cerise. HEX triplet: EF, 2E and 72. RGB value is (239,46,114). Sum of RGB (Red+Green+Blue) = 239+46+114=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2E72 is #10D18D. Grayscale: #6F6F6F. Windows color (decimal): -1102222 or 7483119. OLE color: 7483119.

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

Color convert

RGB23946114-
CMYK00.810.520.06
HSL338.86º85.78%55.88%-
HSV(B)338.86º80.75%93.73%-
XYZ39.6121.5217.99-
YUV111.46129.44218.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.90%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=59.90%
G=11.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394611400.810.520.06338.8685.7855.88
HexEF2E720513461535638
Octal35756162012164652312670
Binary111011111011101110010010100011101001101010100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2e72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2e72; }

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

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

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

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

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

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

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

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