Html Css Color HEX #EC187F Deep Pink

📋 copy color: '#EC187F'

red 236 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #EC187F

Tints of Deep Pink #EC187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 60.98%
G = 6.2%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC187F (or 0xEC187F) is known color: Deep Pink. HEX triplet: EC, 18 and 7F. RGB value is (236,24,127). Sum of RGB (Red+Green+Blue) = 236+24+127=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC187F is #13E780. Grayscale: #626262. Windows color (decimal): -1304449 or 8329452. OLE color: 8329452.

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

Color convert

RGB 236 24 127 -
CMYK 0 0.90 0.46 0.07
HSL 330.85º 0.85% 0.51% -
HSV(B) 330.85º 0.9% 0.93% -
XYZ 38.75 20.02 21.9 -
YUV 99.13 143.74 225.62 -
System Red Green Blue C M Y K H S L
Decimal 236 24 127 0 0.90 0.46 0.07 330.85 0.85 0.51
Hex EC 18 7F 0 5A 2E 7 14B 55 33
Octal 354 30 177 0 132 56 7 513 125 63
Binary 11101100 11000 1111111 0 1011010 101110 111 101001011 1010101 110011

Color Harmonies of #EC187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC187F

Black with #EC187F

Text Example


Text Example

White with #EC187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC187F; }

 p { color: rgb(236,24,127); }

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

background-color css

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

 a { background-color: rgb(236,24,127); }

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

border-color css

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

 span { border-color: rgb(236,24,127); }

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