#EF207D

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

Shades of Deep Cerise #EF207D

Tints of Deep Cerise #EF207D

Color information

#EF207D (or 0xEF207D) is unknown color: approx Deep Cerise. HEX triplet: EF, 20 and 7D. RGB value is (239,32,125). Sum of RGB (Red+Green+Blue) = 239+32+125=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF207D is #10DF82. Grayscale: #686868. Windows color (decimal): -1105795 or 8200431. OLE color: 8200431.

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

Color convert

RGB23932125-
CMYK00.870.480.06
HSL333.04º86.61%53.14%-
HSV(B)333.04º86.61%93.73%-
XYZ39.8120.8621.33-
YUV104.5139.58223.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.35%
GREEN value IS 32 (12.89% from 255) = 8.08%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=60.35%
G=8.08%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393212500.870.480.06333.0486.6153.14
HexEF207D05730614d5735
Octal35740175012760651512765
Binary111011111000001111101010101111100001101010011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF207D; }

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

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

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

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

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

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

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

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