Html Css Color HEX #EC0D8E Deep Pink

📋 copy color: '#EC0D8E'

red 236 ◦ green 13 ◦ blue 142

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

Shades of Deep Pink #EC0D8E

Tints of Deep Pink #EC0D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.32%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 60.36%
G = 3.32%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC0D8E (or 0xEC0D8E) is known color: Deep Pink. HEX triplet: EC, 0D and 8E. RGB value is (236,13,142). Sum of RGB (Red+Green+Blue) = 236+13+142=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D8E is #13F271. Grayscale: #5E5E5E. Windows color (decimal): -1307250 or 9309676. OLE color: 9309676.

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

Color convert

RGB 236 13 142 -
CMYK 0 0.94 0.40 0.07
HSL 325.29º 0.9% 0.49% -
HSV(B) 325.29º 0.94% 0.93% -
XYZ 39.62 20.07 27.38 -
YUV 94.38 154.88 229.01 -
System Red Green Blue C M Y K H S L
Decimal 236 13 142 0 0.94 0.40 0.07 325.29 0.9 0.49
Hex EC D 8E 0 5E 28 7 145 5A 31
Octal 354 15 216 0 136 50 7 505 132 61
Binary 11101100 1101 10001110 0 1011110 101000 111 101000101 1011010 110001

Color Harmonies of #EC0D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D8E

Black with #EC0D8E

Text Example


Text Example

White with #EC0D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D8E; }

 p { color: rgb(236,13,142); }

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

background-color css

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

 a { background-color: rgb(236,13,142); }

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

border-color css

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

 span { border-color: rgb(236,13,142); }

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