Html Css Color HEX #EC0988 Deep Pink

📋 copy color: '#EC0988'

red 236 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #EC0988

Tints of Deep Pink #EC0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 61.94%
G = 2.36%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0988 (or 0xEC0988) is known color: Deep Pink. HEX triplet: EC, 09 and 88. RGB value is (236,9,136). Sum of RGB (Red+Green+Blue) = 236+9+136=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0988 is #13F677. Grayscale: #5B5B5B. Windows color (decimal): -1308280 or 8915436. OLE color: 8915436.

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

Color convert

RGB 236 9 136 -
CMYK 0 0.96 0.42 0.07
HSL 326.43º 0.93% 0.48% -
HSV(B) 326.43º 0.96% 0.93% -
XYZ 39.13 19.81 25.05 -
YUV 91.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 236 9 136 0 0.96 0.42 0.07 326.43 0.93 0.48
Hex EC 9 88 0 60 2A 7 146 5D 30
Octal 354 11 210 0 140 52 7 506 135 60
Binary 11101100 1001 10001000 0 1100000 101010 111 101000110 1011101 110000

Color Harmonies of #EC0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0988

Black with #EC0988

Text Example


Text Example

White with #EC0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0988; }

 p { color: rgb(236,9,136); }

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

background-color css

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

 a { background-color: rgb(236,9,136); }

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

border-color css

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

 span { border-color: rgb(236,9,136); }

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