Html Css Color HEX #EC2986 Deep Cerise

📋 copy color: '#EC2986'

red 236 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #EC2986

Tints of Deep Cerise #EC2986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 57.42%
G = 9.98%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC2986 (or 0xEC2986) is known color: Deep Cerise. HEX triplet: EC, 29 and 86. RGB value is (236,41,134). Sum of RGB (Red+Green+Blue) = 236+41+134=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2986 is #13D679. Grayscale: #6D6D6D. Windows color (decimal): -1300090 or 8792556. OLE color: 8792556.

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

Color convert

RGB 236 41 134 -
CMYK 0 0.83 0.43 0.07
HSL 331.38º 0.84% 0.54% -
HSV(B) 331.38º 0.83% 0.93% -
XYZ 39.69 21.14 24.54 -
YUV 109.91 141.6 217.94 -
System Red Green Blue C M Y K H S L
Decimal 236 41 134 0 0.83 0.43 0.07 331.38 0.84 0.54
Hex EC 29 86 0 53 2B 7 14B 54 36
Octal 354 51 206 0 123 53 7 513 124 66
Binary 11101100 101001 10000110 0 1010011 101011 111 101001011 1010100 110110

Color Harmonies of #EC2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2986

Black with #EC2986

Text Example


Text Example

White with #EC2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2986; }

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

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

background-color css

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

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

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

border-color css

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

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

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