Html Css Color HEX #EC207A Deep Cerise

📋 copy color: '#EC207A'

red 236 ◦ green 32 ◦ blue 122

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

Shades of Deep Cerise #EC207A

Tints of Deep Cerise #EC207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 60.51%
G = 8.21%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC207A (or 0xEC207A) is known color: Deep Cerise. HEX triplet: EC, 20 and 7A. RGB value is (236,32,122). Sum of RGB (Red+Green+Blue) = 236+32+122=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC207A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC207A is #13DF85. Grayscale: #676767. Windows color (decimal): -1302406 or 8003820. OLE color: 8003820.

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

Color convert

RGB 236 32 122 -
CMYK 0 0.86 0.48 0.07
HSL 333.53º 0.84% 0.53% -
HSV(B) 333.53º 0.86% 0.93% -
XYZ 38.62 20.27 20.29 -
YUV 103.26 138.59 222.68 -
System Red Green Blue C M Y K H S L
Decimal 236 32 122 0 0.86 0.48 0.07 333.53 0.84 0.53
Hex EC 20 7A 0 56 30 7 14E 54 35
Octal 354 40 172 0 126 60 7 516 124 65
Binary 11101100 100000 1111010 0 1010110 110000 111 101001110 1010100 110101

Color Harmonies of #EC207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC207A

Black with #EC207A

Text Example


Text Example

White with #EC207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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