Html Css Color HEX #EC0983 Deep Pink

📋 copy color: '#EC0983'

red 236 ◦ green 9 ◦ blue 131

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

Shades of Deep Pink #EC0983

Tints of Deep Pink #EC0983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 62.77%
G = 2.39%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0983 (or 0xEC0983) is known color: Deep Pink. HEX triplet: EC, 09 and 83. RGB value is (236,9,131). Sum of RGB (Red+Green+Blue) = 236+9+131=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0983 is #13F67C. Grayscale: #5A5A5A. Windows color (decimal): -1308285 or 8587756. OLE color: 8587756.

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

Color convert

RGB 236 9 131 -
CMYK 0 0.96 0.44 0.07
HSL 327.75º 0.93% 0.48% -
HSV(B) 327.75º 0.96% 0.93% -
XYZ 38.79 19.67 23.22 -
YUV 90.78 150.71 231.58 -
System Red Green Blue C M Y K H S L
Decimal 236 9 131 0 0.96 0.44 0.07 327.75 0.93 0.48
Hex EC 9 83 0 60 2C 7 148 5D 30
Octal 354 11 203 0 140 54 7 510 135 60
Binary 11101100 1001 10000011 0 1100000 101100 111 101001000 1011101 110000

Color Harmonies of #EC0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0983

Black with #EC0983

Text Example


Text Example

White with #EC0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0983; }

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

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

background-color css

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

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

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

border-color css

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

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

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