Html Css Color HEX #EF207A Deep Cerise

📋 copy color: '#EF207A'

red 239 ◦ green 32 ◦ blue 122

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

Shades of Deep Cerise #EF207A

Tints of Deep Cerise #EF207A

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

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 239 32 122 -
CMYK 0 0.87 0.49 0.06
HSL 333.91º 0.87% 0.53% -
HSV(B) 333.91º 0.87% 0.94% -
XYZ 39.63 20.79 20.34 -
YUV 104.15 138.08 224.18 -
System Red Green Blue C M Y K H S L
Decimal 239 32 122 0 0.87 0.49 0.06 333.91 0.87 0.53
Hex EF 20 7A 0 57 31 6 14E 57 35
Octal 357 40 172 0 127 61 6 516 127 65
Binary 11101111 100000 1111010 0 1010111 110001 110 101001110 1010111 110101

Color Harmonies of #EF207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF207A

Black with #EF207A

Text Example


Text Example

White with #EF207A

Text Example


Text Example

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