Html Css Color HEX #EC2282 Deep Cerise

📋 copy color: '#EC2282'

red 236 ◦ green 34 ◦ blue 130

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

Shades of Deep Cerise #EC2282

Tints of Deep Cerise #EC2282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 59%
G = 8.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC2282 (or 0xEC2282) is known color: Deep Cerise. HEX triplet: EC, 22 and 82. RGB value is (236,34,130). Sum of RGB (Red+Green+Blue) = 236+34+130=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2282 is #13DD7D. Grayscale: #696969. Windows color (decimal): -1301886 or 8528620. OLE color: 8528620.

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

Color convert

RGB 236 34 130 -
CMYK 0 0.86 0.45 0.07
HSL 331.49º 0.84% 0.53% -
HSV(B) 331.49º 0.86% 0.93% -
XYZ 39.19 20.59 23.03 -
YUV 105.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 236 34 130 0 0.86 0.45 0.07 331.49 0.84 0.53
Hex EC 22 82 0 56 2D 7 14B 54 35
Octal 354 42 202 0 126 55 7 513 124 65
Binary 11101100 100010 10000010 0 1010110 101101 111 101001011 1010100 110101

Color Harmonies of #EC2282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2282

Black with #EC2282

Text Example


Text Example

White with #EC2282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2282; }

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

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

background-color css

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

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

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

border-color css

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

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

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