Html Css Color HEX #EC0A8C Deep Pink

📋 copy color: '#EC0A8C'

red 236 ◦ green 10 ◦ blue 140

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

Shades of Deep Pink #EC0A8C

Tints of Deep Pink #EC0A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.59%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 61.14%
G = 2.59%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC0A8C (or 0xEC0A8C) is known color: Deep Pink. HEX triplet: EC, 0A and 8C. RGB value is (236,10,140). Sum of RGB (Red+Green+Blue) = 236+10+140=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0A8C is #13F573. Grayscale: #5C5C5C. Windows color (decimal): -1308020 or 9177836. OLE color: 9177836.

HSL color Cylindrical-coordinate representation of color #EC0A8C: hue angle of 325.49º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A8C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 140 -
CMYK 0 0.96 0.41 0.07
HSL 325.49º 0.92% 0.48% -
HSV(B) 325.49º 0.96% 0.93% -
XYZ 39.43 19.94 26.58 -
YUV 92.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 236 10 140 0 0.96 0.41 0.07 325.49 0.92 0.48
Hex EC A 8C 0 60 29 7 145 5C 30
Octal 354 12 214 0 140 51 7 505 134 60
Binary 11101100 1010 10001100 0 1100000 101001 111 101000101 1011100 110000

Color Harmonies of #EC0A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A8C

Black with #EC0A8C

Text Example


Text Example

White with #EC0A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A8C; }

 p { color: rgb(236,10,140); }

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

background-color css

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

 a { background-color: rgb(236,10,140); }

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

border-color css

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

 span { border-color: rgb(236,10,140); }

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