Html Css Color HEX #EC0E92 Deep Pink

📋 copy color: '#EC0E92'

red 236 ◦ green 14 ◦ blue 146

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

Shades of Deep Pink #EC0E92

Tints of Deep Pink #EC0E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 59.6%
G = 3.54%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC0E92 (or 0xEC0E92) is known color: Deep Pink. HEX triplet: EC, 0E and 92. RGB value is (236,14,146). Sum of RGB (Red+Green+Blue) = 236+14+146=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0E92 is #13F16D. Grayscale: #5F5F5F. Windows color (decimal): -1306990 or 9572076. OLE color: 9572076.

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

Color convert

RGB 236 14 146 -
CMYK 0 0.94 0.38 0.07
HSL 324.32º 0.89% 0.49% -
HSV(B) 324.32º 0.94% 0.93% -
XYZ 39.94 20.22 28.99 -
YUV 95.43 156.55 228.27 -
System Red Green Blue C M Y K H S L
Decimal 236 14 146 0 0.94 0.38 0.07 324.32 0.89 0.49
Hex EC E 92 0 5E 26 7 144 59 31
Octal 354 16 222 0 136 46 7 504 131 61
Binary 11101100 1110 10010010 0 1011110 100110 111 101000100 1011001 110001

Color Harmonies of #EC0E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E92

Black with #EC0E92

Text Example


Text Example

White with #EC0E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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