Html Css Color HEX #EC137E Deep Pink

📋 copy color: '#EC137E'

red 236 ◦ green 19 ◦ blue 126

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

Shades of Deep Pink #EC137E

Tints of Deep Pink #EC137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 61.94%
G = 4.99%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC137E (or 0xEC137E) is known color: Deep Pink. HEX triplet: EC, 13 and 7E. RGB value is (236,19,126). Sum of RGB (Red+Green+Blue) = 236+19+126=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC137E is #13EC81. Grayscale: #5F5F5F. Windows color (decimal): -1305730 or 8262636. OLE color: 8262636.

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

Color convert

RGB 236 19 126 -
CMYK 0 0.92 0.47 0.07
HSL 330.41º 0.85% 0.5% -
HSV(B) 330.41º 0.92% 0.93% -
XYZ 38.59 19.8 21.53 -
YUV 96.08 144.89 227.8 -
System Red Green Blue C M Y K H S L
Decimal 236 19 126 0 0.92 0.47 0.07 330.41 0.85 0.5
Hex EC 13 7E 0 5C 2F 7 14A 55 32
Octal 354 23 176 0 134 57 7 512 125 62
Binary 11101100 10011 1111110 0 1011100 101111 111 101001010 1010101 110010

Color Harmonies of #EC137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC137E

Black with #EC137E

Text Example


Text Example

White with #EC137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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