Html Css Color HEX #EC207E Deep Cerise

📋 copy color: '#EC207E'

red 236 ◦ green 32 ◦ blue 126

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

Shades of Deep Cerise #EC207E

Tints of Deep Cerise #EC207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 59.9%
G = 8.12%
B = 31.98%

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

#EC207E (or 0xEC207E) is known color: Deep Cerise. HEX triplet: EC, 20 and 7E. RGB value is (236,32,126). Sum of RGB (Red+Green+Blue) = 236+32+126=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC207E is #13DF81. Grayscale: #676767. Windows color (decimal): -1302402 or 8265964. OLE color: 8265964.

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

Color convert

RGB 236 32 126 -
CMYK 0 0.86 0.47 0.07
HSL 332.35º 0.84% 0.53% -
HSV(B) 332.35º 0.86% 0.93% -
XYZ 38.87 20.37 21.62 -
YUV 103.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 236 32 126 0 0.86 0.47 0.07 332.35 0.84 0.53
Hex EC 20 7E 0 56 2F 7 14C 54 35
Octal 354 40 176 0 126 57 7 514 124 65
Binary 11101100 100000 1111110 0 1010110 101111 111 101001100 1010100 110101

Color Harmonies of #EC207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC207E

Black with #EC207E

Text Example


Text Example

White with #EC207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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