Html Css Color HEX #EC2886 Deep Cerise

📋 copy color: '#EC2886'

red 236 ◦ green 40 ◦ blue 134

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

Shades of Deep Cerise #EC2886

Tints of Deep Cerise #EC2886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

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

R = 57.56%
G = 9.76%
B = 32.68%

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

#EC2886 (or 0xEC2886) is known color: Deep Cerise. HEX triplet: EC, 28 and 86. RGB value is (236,40,134). Sum of RGB (Red+Green+Blue) = 236+40+134=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2886 is #13D779. Grayscale: #6D6D6D. Windows color (decimal): -1300346 or 8792300. OLE color: 8792300.

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

Color convert

RGB 236 40 134 -
CMYK 0 0.83 0.43 0.07
HSL 331.22º 0.84% 0.54% -
HSV(B) 331.22º 0.83% 0.93% -
XYZ 39.65 21.07 24.53 -
YUV 109.32 141.93 218.36 -
System Red Green Blue C M Y K H S L
Decimal 236 40 134 0 0.83 0.43 0.07 331.22 0.84 0.54
Hex EC 28 86 0 53 2B 7 14B 54 36
Octal 354 50 206 0 123 53 7 513 124 66
Binary 11101100 101000 10000110 0 1010011 101011 111 101001011 1010100 110110

Color Harmonies of #EC2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2886

Black with #EC2886

Text Example


Text Example

White with #EC2886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2886; }

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

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

background-color css

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

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

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

border-color css

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

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

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