Html Css Color HEX #EC207C Deep Cerise

📋 copy color: '#EC207C'

red 236 ◦ green 32 ◦ blue 124

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

Shades of Deep Cerise #EC207C

Tints of Deep Cerise #EC207C

RGB

 RED value IS 236 (92.58% from 255) = 60.2%

 GREEN value IS 32 (12.89% from 255) = 8.16%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 60.2%
G = 8.16%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC207C (or 0xEC207C) is known color: Deep Cerise. HEX triplet: EC, 20 and 7C. RGB value is (236,32,124). Sum of RGB (Red+Green+Blue) = 236+32+124=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC207C is #13DF83. Grayscale: #676767. Windows color (decimal): -1302404 or 8134892. OLE color: 8134892.

HSL color Cylindrical-coordinate representation of color #EC207C: hue angle of 332.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC207C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 124 -
CMYK 0 0.86 0.47 0.07
HSL 332.94º 0.84% 0.53% -
HSV(B) 332.94º 0.86% 0.93% -
XYZ 38.75 20.32 20.95 -
YUV 103.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 236 32 124 0 0.86 0.47 0.07 332.94 0.84 0.53
Hex EC 20 7C 0 56 2F 7 14D 54 35
Octal 354 40 174 0 126 57 7 515 124 65
Binary 11101100 100000 1111100 0 1010110 101111 111 101001101 1010100 110101

Color Harmonies of #EC207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC207C

Black with #EC207C

Text Example


Text Example

White with #EC207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC207C; }

 p { color: rgb(236,32,124); }

 H1.HeaderClassName
 {
   color: #EC207C;
 }
 .AnyTagClassName
 {
   color: #EC207C;
 }
</style>

background-color css

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

 a { background-color: rgb(236,32,124); }

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

border-color css

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

 span { border-color: rgb(236,32,124); }

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