Html Css Color HEX #EC2989 Deep Cerise

📋 copy color: '#EC2989'

red 236 ◦ green 41 ◦ blue 137

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

Shades of Deep Cerise #EC2989

Tints of Deep Cerise #EC2989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 57%
G = 9.9%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2989 (or 0xEC2989) is known color: Deep Cerise. HEX triplet: EC, 29 and 89. RGB value is (236,41,137). Sum of RGB (Red+Green+Blue) = 236+41+137=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2989 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2989 is #13D676. Grayscale: #6E6E6E. Windows color (decimal): -1300087 or 8989164. OLE color: 8989164.

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

Color convert

RGB 236 41 137 -
CMYK 0 0.83 0.42 0.07
HSL 330.46º 0.84% 0.54% -
HSV(B) 330.46º 0.83% 0.93% -
XYZ 39.9 21.22 25.66 -
YUV 110.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 236 41 137 0 0.83 0.42 0.07 330.46 0.84 0.54
Hex EC 29 89 0 53 2A 7 14A 54 36
Octal 354 51 211 0 123 52 7 512 124 66
Binary 11101100 101001 10001001 0 1010011 101010 111 101001010 1010100 110110

Color Harmonies of #EC2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2989

Black with #EC2989

Text Example


Text Example

White with #EC2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2989; }

 p { color: rgb(236,41,137); }

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

background-color css

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

 a { background-color: rgb(236,41,137); }

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

border-color css

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

 span { border-color: rgb(236,41,137); }

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