#EF207A

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

Shades of Deep Cerise #EF207A

Tints of Deep Cerise #EF207A

Color information

#EF207A (or 0xEF207A) is unknown color: approx Deep Cerise. HEX triplet: EF, 20 and 7A. RGB value is (239,32,122). Sum of RGB (Red+Green+Blue) = 239+32+122=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF207A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF207A is #10DF85. Grayscale: #686868. Windows color (decimal): -1105798 or 8003823. OLE color: 8003823.

HSL color Cylindrical-coordinate representation of color #EF207A: hue angle of 333.91º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF207A is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB23932122-
CMYK00.870.490.06
HSL333.91º86.61%53.14%-
HSV(B)333.91º86.61%93.73%-
XYZ39.6320.7920.34-
YUV104.15138.08224.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.81%
GREEN value IS 32 (12.89% from 255) = 8.14%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=60.81%
G=8.14%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393212200.870.490.06333.9186.6153.14
HexEF207A05731614e5735
Octal35740172012761651612765
Binary111011111000001111010010101111100011101010011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF207A; }

 p { color: rgb(239,32,122); }

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

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

 a { background-color: rgb(239,32,122); }

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

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

 span { border-color: rgb(239,32,122); }

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