Html Css Color HEX #EC0D8A Deep Pink

📋 copy color: '#EC0D8A'

red 236 ◦ green 13 ◦ blue 138

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

Shades of Deep Pink #EC0D8A

Tints of Deep Pink #EC0D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 60.98%
G = 3.36%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0D8A (or 0xEC0D8A) is known color: Deep Pink. HEX triplet: EC, 0D and 8A. RGB value is (236,13,138). Sum of RGB (Red+Green+Blue) = 236+13+138=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D8A is #13F275. Grayscale: #5D5D5D. Windows color (decimal): -1307254 or 9047532. OLE color: 9047532.

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

Color convert

RGB 236 13 138 -
CMYK 0 0.94 0.42 0.07
HSL 326.37º 0.9% 0.49% -
HSV(B) 326.37º 0.94% 0.93% -
XYZ 39.32 19.96 25.82 -
YUV 93.93 152.88 229.34 -
System Red Green Blue C M Y K H S L
Decimal 236 13 138 0 0.94 0.42 0.07 326.37 0.9 0.49
Hex EC D 8A 0 5E 2A 7 146 5A 31
Octal 354 15 212 0 136 52 7 506 132 61
Binary 11101100 1101 10001010 0 1011110 101010 111 101000110 1011010 110001

Color Harmonies of #EC0D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D8A

Black with #EC0D8A

Text Example


Text Example

White with #EC0D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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