Html Css Color HEX #EC217A Deep Cerise

📋 copy color: '#EC217A'

red 236 ◦ green 33 ◦ blue 122

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

Shades of Deep Cerise #EC217A

Tints of Deep Cerise #EC217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

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

R = 60.36%
G = 8.44%
B = 31.2%

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

#EC217A (or 0xEC217A) is known color: Deep Cerise. HEX triplet: EC, 21 and 7A. RGB value is (236,33,122). Sum of RGB (Red+Green+Blue) = 236+33+122=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC217A is #13DE85. Grayscale: #676767. Windows color (decimal): -1302150 or 8004076. OLE color: 8004076.

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

Color convert

RGB 236 33 122 -
CMYK 0 0.86 0.48 0.07
HSL 333.69º 0.84% 0.53% -
HSV(B) 333.69º 0.86% 0.93% -
XYZ 38.65 20.33 20.3 -
YUV 103.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 236 33 122 0 0.86 0.48 0.07 333.69 0.84 0.53
Hex EC 21 7A 0 56 30 7 14E 54 35
Octal 354 41 172 0 126 60 7 516 124 65
Binary 11101100 100001 1111010 0 1010110 110000 111 101001110 1010100 110101

Color Harmonies of #EC217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC217A

Black with #EC217A

Text Example


Text Example

White with #EC217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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