Html Css Color HEX #EC3082 Deep Cerise

📋 copy color: '#EC3082'

red 236 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #EC3082

Tints of Deep Cerise #EC3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.59%

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

R = 57%
G = 11.59%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC3082 (or 0xEC3082) is known color: Deep Cerise. HEX triplet: EC, 30 and 82. RGB value is (236,48,130). Sum of RGB (Red+Green+Blue) = 236+48+130=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3082 is #13CF7D. Grayscale: #717171. Windows color (decimal): -1298302 or 8532204. OLE color: 8532204.

HSL color Cylindrical-coordinate representation of color #EC3082: hue angle of 333.83º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3082 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 130 -
CMYK 0 0.80 0.45 0.07
HSL 333.83º 0.83% 0.56% -
HSV(B) 333.83º 0.8% 0.93% -
XYZ 39.68 21.56 23.19 -
YUV 113.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 236 48 130 0 0.80 0.45 0.07 333.83 0.83 0.56
Hex EC 30 82 0 50 2D 7 14E 53 38
Octal 354 60 202 0 120 55 7 516 123 70
Binary 11101100 110000 10000010 0 1010000 101101 111 101001110 1010011 111000

Color Harmonies of #EC3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3082

Black with #EC3082

Text Example


Text Example

White with #EC3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3082; }

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

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

background-color css

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

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

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

border-color css

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

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

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