Html Css Color HEX #EC117E Deep Pink

📋 copy color: '#EC117E'

red 236 ◦ green 17 ◦ blue 126

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

Shades of Deep Pink #EC117E

Tints of Deep Pink #EC117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 62.27%
G = 4.49%
B = 33.25%

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

#EC117E (or 0xEC117E) is known color: Deep Pink. HEX triplet: EC, 11 and 7E. RGB value is (236,17,126). Sum of RGB (Red+Green+Blue) = 236+17+126=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC117E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC117E is #13EE81. Grayscale: #5E5E5E. Windows color (decimal): -1306242 or 8262124. OLE color: 8262124.

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

Color convert

RGB 236 17 126 -
CMYK 0 0.93 0.47 0.07
HSL 330.14º 0.87% 0.5% -
HSV(B) 330.14º 0.93% 0.93% -
XYZ 38.56 19.74 21.52 -
YUV 94.91 145.55 228.64 -
System Red Green Blue C M Y K H S L
Decimal 236 17 126 0 0.93 0.47 0.07 330.14 0.87 0.5
Hex EC 11 7E 0 5D 2F 7 14A 57 32
Octal 354 21 176 0 135 57 7 512 127 62
Binary 11101100 10001 1111110 0 1011101 101111 111 101001010 1010111 110010

Color Harmonies of #EC117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC117E

Black with #EC117E

Text Example


Text Example

White with #EC117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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