Html Css Color HEX #EC158B Deep Pink

📋 copy color: '#EC158B'

red 236 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #EC158B

Tints of Deep Pink #EC158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 59.6%
G = 5.3%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC158B (or 0xEC158B) is known color: Deep Pink. HEX triplet: EC, 15 and 8B. RGB value is (236,21,139). Sum of RGB (Red+Green+Blue) = 236+21+139=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC158B is #13EA74. Grayscale: #626262. Windows color (decimal): -1305205 or 9115116. OLE color: 9115116.

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

Color convert

RGB 236 21 139 -
CMYK 0 0.91 0.41 0.07
HSL 327.07º 0.85% 0.5% -
HSV(B) 327.07º 0.91% 0.93% -
XYZ 39.52 20.23 26.25 -
YUV 98.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 236 21 139 0 0.91 0.41 0.07 327.07 0.85 0.5
Hex EC 15 8B 0 5B 29 7 147 55 32
Octal 354 25 213 0 133 51 7 507 125 62
Binary 11101100 10101 10001011 0 1011011 101001 111 101000111 1010101 110010

Color Harmonies of #EC158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC158B

Black with #EC158B

Text Example


Text Example

White with #EC158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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