#EF2B6F

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

Shades of Cerise #EF2B6F

Tints of Cerise #EF2B6F

Color information

#EF2B6F (or 0xEF2B6F) is unknown color: approx Cerise. HEX triplet: EF, 2B and 6F. RGB value is (239,43,111). Sum of RGB (Red+Green+Blue) = 239+43+111=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2B6F is #10D490. Grayscale: #6D6D6D. Windows color (decimal): -1102993 or 7285743. OLE color: 7285743.

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

Color convert

RGB23943111-
CMYK00.820.540.06
HSL339.18º85.96%55.29%-
HSV(B)339.18º82.01%93.73%-
XYZ39.3321.2317.06-
YUV109.36128.93220.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.81%
GREEN value IS 43 (17.19% from 255) = 10.94%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=60.81%
G=10.94%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394311100.820.540.06339.1885.9655.29
HexEF2B6F0523661535637
Octal35753157012266652312667
Binary111011111010111101111010100101101101101010100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2B6F; }

 p { color: rgb(239,43,111); }

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

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

 a { background-color: rgb(239,43,111); }

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

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

 span { border-color: rgb(239,43,111); }

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