Html Css Color HEX #EC1583 Deep Pink

📋 copy color: '#EC1583'

red 236 ◦ green 21 ◦ blue 131

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

Shades of Deep Pink #EC1583

Tints of Deep Pink #EC1583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

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

R = 60.82%
G = 5.41%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1583 (or 0xEC1583) is known color: Deep Pink. HEX triplet: EC, 15 and 83. RGB value is (236,21,131). Sum of RGB (Red+Green+Blue) = 236+21+131=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1583 is #13EA7C. Grayscale: #616161. Windows color (decimal): -1305213 or 8590828. OLE color: 8590828.

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

Color convert

RGB 236 21 131 -
CMYK 0 0.91 0.44 0.07
HSL 329.3º 0.85% 0.5% -
HSV(B) 329.3º 0.91% 0.93% -
XYZ 38.96 20.01 23.28 -
YUV 97.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 236 21 131 0 0.91 0.44 0.07 329.3 0.85 0.5
Hex EC 15 83 0 5B 2C 7 149 55 32
Octal 354 25 203 0 133 54 7 511 125 62
Binary 11101100 10101 10000011 0 1011011 101100 111 101001001 1010101 110010

Color Harmonies of #EC1583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1583

Black with #EC1583

Text Example


Text Example

White with #EC1583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1583; }

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

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

background-color css

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

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

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

border-color css

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

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

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