Html Css Color HEX #EC0E7F Deep Pink

📋 copy color: '#EC0E7F'

red 236 ◦ green 14 ◦ blue 127

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

Shades of Deep Pink #EC0E7F

Tints of Deep Pink #EC0E7F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.71%

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

R = 62.6%
G = 3.71%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC0E7F (or 0xEC0E7F) is known color: Deep Pink. HEX triplet: EC, 0E and 7F. RGB value is (236,14,127). Sum of RGB (Red+Green+Blue) = 236+14+127=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E7F is #13F180. Grayscale: #5D5D5D. Windows color (decimal): -1307009 or 8326892. OLE color: 8326892.

HSL color Cylindrical-coordinate representation of color #EC0E7F: hue angle of 329.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0E7F is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 14 127 -
CMYK 0 0.94 0.46 0.07
HSL 329.46º 0.89% 0.49% -
HSV(B) 329.46º 0.94% 0.93% -
XYZ 38.58 19.68 21.84 -
YUV 93.26 147.05 229.81 -
System Red Green Blue C M Y K H S L
Decimal 236 14 127 0 0.94 0.46 0.07 329.46 0.89 0.49
Hex EC E 7F 0 5E 2E 7 149 59 31
Octal 354 16 177 0 136 56 7 511 131 61
Binary 11101100 1110 1111111 0 1011110 101110 111 101001001 1011001 110001

Color Harmonies of #EC0E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E7F

Black with #EC0E7F

Text Example


Text Example

White with #EC0E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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