Html Css Color HEX #EC0F8C Deep Pink

📋 copy color: '#EC0F8C'

red 236 ◦ green 15 ◦ blue 140

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

Shades of Deep Pink #EC0F8C

Tints of Deep Pink #EC0F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.84%

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

R = 60.36%
G = 3.84%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC0F8C (or 0xEC0F8C) is known color: Deep Pink. HEX triplet: EC, 0F and 8C. RGB value is (236,15,140). Sum of RGB (Red+Green+Blue) = 236+15+140=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F8C is #13F073. Grayscale: #5F5F5F. Windows color (decimal): -1306740 or 9179116. OLE color: 9179116.

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

Color convert

RGB 236 15 140 -
CMYK 0 0.94 0.41 0.07
HSL 326.06º 0.88% 0.49% -
HSV(B) 326.06º 0.94% 0.93% -
XYZ 39.5 20.07 26.6 -
YUV 95.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 236 15 140 0 0.94 0.41 0.07 326.06 0.88 0.49
Hex EC F 8C 0 5E 29 7 146 58 31
Octal 354 17 214 0 136 51 7 506 130 61
Binary 11101100 1111 10001100 0 1011110 101001 111 101000110 1011000 110001

Color Harmonies of #EC0F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F8C

Black with #EC0F8C

Text Example


Text Example

White with #EC0F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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