Html Css Color HEX #EC117D Deep Pink

📋 copy color: '#EC117D'

red 236 ◦ green 17 ◦ blue 125

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

Shades of Deep Pink #EC117D

Tints of Deep Pink #EC117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 62.43%
G = 4.5%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC117D (or 0xEC117D) is known color: Deep Pink. HEX triplet: EC, 11 and 7D. RGB value is (236,17,125). Sum of RGB (Red+Green+Blue) = 236+17+125=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC117D is #13EE82. Grayscale: #5E5E5E. Windows color (decimal): -1306243 or 8196588. OLE color: 8196588.

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

Color convert

RGB 236 17 125 -
CMYK 0 0.93 0.47 0.07
HSL 330.41º 0.87% 0.5% -
HSV(B) 330.41º 0.93% 0.93% -
XYZ 38.49 19.71 21.18 -
YUV 94.79 145.05 228.72 -
System Red Green Blue C M Y K H S L
Decimal 236 17 125 0 0.93 0.47 0.07 330.41 0.87 0.5
Hex EC 11 7D 0 5D 2F 7 14A 57 32
Octal 354 21 175 0 135 57 7 512 127 62
Binary 11101100 10001 1111101 0 1011101 101111 111 101001010 1010111 110010

Color Harmonies of #EC117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC117D

Black with #EC117D

Text Example


Text Example

White with #EC117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC117D; }

 p { color: rgb(236,17,125); }

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

background-color css

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

 a { background-color: rgb(236,17,125); }

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

border-color css

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

 span { border-color: rgb(236,17,125); }

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