#EF2A75

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

Shades of Cerise #EF2A75

Tints of Cerise #EF2A75

Color information

#EF2A75 (or 0xEF2A75) is unknown color: approx Cerise. HEX triplet: EF, 2A and 75. RGB value is (239,42,117). Sum of RGB (Red+Green+Blue) = 239+42+117=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A75 is #10D58A. Grayscale: #6D6D6D. Windows color (decimal): -1103243 or 7678703. OLE color: 7678703.

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

Color convert

RGB23942117-
CMYK00.820.510.06
HSL337.16º86.03%55.1%-
HSV(B)337.16º82.43%93.73%-
XYZ39.6421.2918.85-
YUV109.45132.27220.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.05%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=60.05%
G=10.55%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394211700.820.510.06337.1686.0355.1
HexEF2A750523361515637
Octal35752165012263652112667
Binary111011111010101110101010100101100111101010100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2A75; }

 p { color: rgb(239,42,117); }

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

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

 a { background-color: rgb(239,42,117); }

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

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

 span { border-color: rgb(239,42,117); }

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