#EF3A72

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

Shades of Cerise #EF3A72

Tints of Cerise #EF3A72

Color information

#EF3A72 (or 0xEF3A72) is unknown color: approx Cerise. HEX triplet: EF, 3A and 72. RGB value is (239,58,114). Sum of RGB (Red+Green+Blue) = 239+58+114=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3A72 is #10C58D. Grayscale: #767676. Windows color (decimal): -1099150 or 7486191. OLE color: 7486191.

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

Color convert

RGB23958114-
CMYK00.760.520.06
HSL341.44º84.98%58.24%-
HSV(B)341.44º75.73%93.73%-
XYZ40.1522.5918.16-
YUV118.5125.47213.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.15%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=58.15%
G=14.11%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395811400.760.520.06341.4484.9858.24
HexEF3A7204C346155553a
Octal35772162011464652512572
Binary111011111110101110010010011001101001101010101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3A72; }

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

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

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

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

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

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

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

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