#EF2A70

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

Shades of Cerise #EF2A70

Tints of Cerise #EF2A70

Color information

#EF2A70 (or 0xEF2A70) is unknown color: approx Cerise. HEX triplet: EF, 2A and 70. RGB value is (239,42,112). Sum of RGB (Red+Green+Blue) = 239+42+112=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A70 is #10D58F. Grayscale: #6C6C6C. Windows color (decimal): -1103248 or 7351023. OLE color: 7351023.

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

Color convert

RGB23942112-
CMYK00.820.530.06
HSL338.68º86.03%55.1%-
HSV(B)338.68º82.43%93.73%-
XYZ39.3521.1817.34-
YUV108.88129.77220.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.81%
GREEN value IS 42 (16.80% from 255) = 10.69%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=60.81%
G=10.69%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394211200.820.530.06338.6886.0355.1
HexEF2A700523561535637
Octal35752160012265652312667
Binary111011111010101110000010100101101011101010100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2A70; }

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

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

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

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

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

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

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

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