Html Css Color HEX #EF207D Deep Cerise

📋 copy color: '#EF207D'

red 239 ◦ green 32 ◦ blue 125

#EF207D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #EF207D

Tints of Deep Cerise #EF207D

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 value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF207D (or 0xEF207D) is known color: 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

RGB 239 32 125 -
CMYK 0 0.87 0.48 0.06
HSL 333.04º 0.87% 0.53% -
HSV(B) 333.04º 0.87% 0.94% -
XYZ 39.81 20.86 21.33 -
YUV 104.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 239 32 125 0 0.87 0.48 0.06 333.04 0.87 0.53
Hex EF 20 7D 0 57 30 6 14D 57 35
Octal 357 40 175 0 127 60 6 515 127 65
Binary 11101111 100000 1111101 0 1010111 110000 110 101001101 1010111 110101

Color Harmonies of #EF207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF207D

Black with #EF207D

Text Example


Text Example

White with #EF207D

Text Example


Text Example

HTML Codes & Css Web 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>