Html Css Color HEX #EC1185 Deep Pink

📋 copy color: '#EC1185'

red 236 ◦ green 17 ◦ blue 133

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

Shades of Deep Pink #EC1185

Tints of Deep Pink #EC1185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 61.14%
G = 4.4%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1185 (or 0xEC1185) is known color: Deep Pink. HEX triplet: EC, 11 and 85. RGB value is (236,17,133). Sum of RGB (Red+Green+Blue) = 236+17+133=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1185 is #13EE7A. Grayscale: #5F5F5F. Windows color (decimal): -1306235 or 8720876. OLE color: 8720876.

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

Color convert

RGB 236 17 133 -
CMYK 0 0.93 0.44 0.07
HSL 328.22º 0.87% 0.5% -
HSV(B) 328.22º 0.93% 0.93% -
XYZ 39.03 19.93 23.98 -
YUV 95.71 149.05 228.07 -
System Red Green Blue C M Y K H S L
Decimal 236 17 133 0 0.93 0.44 0.07 328.22 0.87 0.5
Hex EC 11 85 0 5D 2C 7 148 57 32
Octal 354 21 205 0 135 54 7 510 127 62
Binary 11101100 10001 10000101 0 1011101 101100 111 101001000 1010111 110010

Color Harmonies of #EC1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1185

Black with #EC1185

Text Example


Text Example

White with #EC1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1185; }

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

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

background-color css

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

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

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

border-color css

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

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

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