Html Css Color HEX #EC1983 Deep Pink

📋 copy color: '#EC1983'

red 236 ◦ green 25 ◦ blue 131

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

Shades of Deep Pink #EC1983

Tints of Deep Pink #EC1983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

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

R = 60.2%
G = 6.38%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1983 (or 0xEC1983) is known color: Deep Pink. HEX triplet: EC, 19 and 83. RGB value is (236,25,131). Sum of RGB (Red+Green+Blue) = 236+25+131=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1983 is #13E67C. Grayscale: #636363. Windows color (decimal): -1304189 or 8591852. OLE color: 8591852.

HSL color Cylindrical-coordinate representation of color #EC1983: hue angle of 329.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1983 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 131 -
CMYK 0 0.89 0.44 0.07
HSL 329.86º 0.85% 0.51% -
HSV(B) 329.86º 0.89% 0.93% -
XYZ 39.04 20.17 23.31 -
YUV 100.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 236 25 131 0 0.89 0.44 0.07 329.86 0.85 0.51
Hex EC 19 83 0 59 2C 7 14A 55 33
Octal 354 31 203 0 131 54 7 512 125 63
Binary 11101100 11001 10000011 0 1011001 101100 111 101001010 1010101 110011

Color Harmonies of #EC1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1983

Black with #EC1983

Text Example


Text Example

White with #EC1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1983; }

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

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

background-color css

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

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

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

border-color css

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

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

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