Html Css Color HEX #EC2982 Deep Cerise

📋 copy color: '#EC2982'

red 236 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #EC2982

Tints of Deep Cerise #EC2982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 57.99%
G = 10.07%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC2982 (or 0xEC2982) is known color: Deep Cerise. HEX triplet: EC, 29 and 82. RGB value is (236,41,130). Sum of RGB (Red+Green+Blue) = 236+41+130=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2982 is #13D67D. Grayscale: #6D6D6D. Windows color (decimal): -1300094 or 8530412. OLE color: 8530412.

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

Color convert

RGB 236 41 130 -
CMYK 0 0.83 0.45 0.07
HSL 332.62º 0.84% 0.54% -
HSV(B) 332.62º 0.83% 0.93% -
XYZ 39.41 21.03 23.1 -
YUV 109.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 236 41 130 0 0.83 0.45 0.07 332.62 0.84 0.54
Hex EC 29 82 0 53 2D 7 14D 54 36
Octal 354 51 202 0 123 55 7 515 124 66
Binary 11101100 101001 10000010 0 1010011 101101 111 101001101 1010100 110110

Color Harmonies of #EC2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2982

Black with #EC2982

Text Example


Text Example

White with #EC2982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2982; }

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

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

background-color css

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

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

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

border-color css

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

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

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