Html Css Color HEX #EC158D Deep Pink

📋 copy color: '#EC158D'

red 236 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #EC158D

Tints of Deep Pink #EC158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 59.3%
G = 5.28%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC158D (or 0xEC158D) is known color: Deep Pink. HEX triplet: EC, 15 and 8D. RGB value is (236,21,141). Sum of RGB (Red+Green+Blue) = 236+21+141=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC158D is #13EA72. Grayscale: #626262. Windows color (decimal): -1305203 or 9246188. OLE color: 9246188.

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

Color convert

RGB 236 21 141 -
CMYK 0 0.91 0.40 0.07
HSL 326.51º 0.85% 0.5% -
HSV(B) 326.51º 0.91% 0.93% -
XYZ 39.67 20.29 27.03 -
YUV 98.97 151.73 225.74 -
System Red Green Blue C M Y K H S L
Decimal 236 21 141 0 0.91 0.40 0.07 326.51 0.85 0.5
Hex EC 15 8D 0 5B 28 7 147 55 32
Octal 354 25 215 0 133 50 7 507 125 62
Binary 11101100 10101 10001101 0 1011011 101000 111 101000111 1010101 110010

Color Harmonies of #EC158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC158D

Black with #EC158D

Text Example


Text Example

White with #EC158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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