Html Css Color HEX #EC0982 Deep Pink

📋 copy color: '#EC0982'

red 236 ◦ green 9 ◦ blue 130

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

Shades of Deep Pink #EC0982

Tints of Deep Pink #EC0982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

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

R = 62.93%
G = 2.4%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0982 (or 0xEC0982) is known color: Deep Pink. HEX triplet: EC, 09 and 82. RGB value is (236,9,130). Sum of RGB (Red+Green+Blue) = 236+9+130=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0982 is #13F67D. Grayscale: #5A5A5A. Windows color (decimal): -1308286 or 8522220. OLE color: 8522220.

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

Color convert

RGB 236 9 130 -
CMYK 0 0.96 0.45 0.07
HSL 328.02º 0.93% 0.48% -
HSV(B) 328.02º 0.96% 0.93% -
XYZ 38.72 19.64 22.87 -
YUV 90.67 150.21 231.66 -
System Red Green Blue C M Y K H S L
Decimal 236 9 130 0 0.96 0.45 0.07 328.02 0.93 0.48
Hex EC 9 82 0 60 2D 7 148 5D 30
Octal 354 11 202 0 140 55 7 510 135 60
Binary 11101100 1001 10000010 0 1100000 101101 111 101001000 1011101 110000

Color Harmonies of #EC0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0982

Black with #EC0982

Text Example


Text Example

White with #EC0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0982; }

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

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

background-color css

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

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

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

border-color css

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

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

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