#ef2b6a

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

Shades of Cerise #EF2B6A

Tints of Cerise #EF2B6A

Color information

#EF2B6A (or 0xEF2B6A) is unknown color: approx Cerise. HEX triplet: EF, 2B and 6A. RGB value is (239,43,106). Sum of RGB (Red+Green+Blue) = 239+43+106=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2B6A is #10D495. Grayscale: #6C6C6C. Windows color (decimal): -1102998 or 6958063. OLE color: 6958063.

HSL color Cylindrical-coordinate representation of color #EF2B6A: hue angle of 340.71º 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 #EF2B6A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23943106-
CMYK00.820.560.06
HSL340.71º85.96%55.29%-
HSV(B)340.71º82.01%93.73%-
XYZ39.0621.1215.65-
YUV108.79126.43220.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.60%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=61.60%
G=11.08%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394310600.820.560.06340.7185.9655.29
HexEF2B6A0523861555637
Octal35753152012270652512667
Binary111011111010111101010010100101110001101010101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2b6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2b6a; }

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

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

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

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

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

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

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

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