Html Css Color HEX #EC128D Deep Pink

📋 copy color: '#EC128D'

red 236 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #EC128D

Tints of Deep Pink #EC128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.56%

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

R = 59.75%
G = 4.56%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC128D (or 0xEC128D) is known color: Deep Pink. HEX triplet: EC, 12 and 8D. RGB value is (236,18,141). Sum of RGB (Red+Green+Blue) = 236+18+141=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC128D is #13ED72. Grayscale: #606060. Windows color (decimal): -1305971 or 9245420. OLE color: 9245420.

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

Color convert

RGB 236 18 141 -
CMYK 0 0.92 0.40 0.07
HSL 326.15º 0.86% 0.5% -
HSV(B) 326.15º 0.92% 0.93% -
XYZ 39.62 20.19 27.01 -
YUV 97.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 236 18 141 0 0.92 0.40 0.07 326.15 0.86 0.5
Hex EC 12 8D 0 5C 28 7 146 56 32
Octal 354 22 215 0 134 50 7 506 126 62
Binary 11101100 10010 10001101 0 1011100 101000 111 101000110 1010110 110010

Color Harmonies of #EC128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC128D

Black with #EC128D

Text Example


Text Example

White with #EC128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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