Html Css Color HEX #EC087B Deep Pink

📋 copy color: '#EC087B'

red 236 ◦ green 8 ◦ blue 123

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

Shades of Deep Pink #EC087B

Tints of Deep Pink #EC087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 64.31%
G = 2.18%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC087B (or 0xEC087B) is known color: Deep Pink. HEX triplet: EC, 08 and 7B. RGB value is (236,8,123). Sum of RGB (Red+Green+Blue) = 236+8+123=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC087B is #13F784. Grayscale: #595959. Windows color (decimal): -1308549 or 8063212. OLE color: 8063212.

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

Color convert

RGB 236 8 123 -
CMYK 0 0.97 0.48 0.07
HSL 329.74º 0.93% 0.48% -
HSV(B) 329.74º 0.97% 0.93% -
XYZ 38.25 19.44 20.47 -
YUV 89.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 236 8 123 0 0.97 0.48 0.07 329.74 0.93 0.48
Hex EC 8 7B 0 61 30 7 14A 5D 30
Octal 354 10 173 0 141 60 7 512 135 60
Binary 11101100 1000 1111011 0 1100001 110000 111 101001010 1011101 110000

Color Harmonies of #EC087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC087B

Black with #EC087B

Text Example


Text Example

White with #EC087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC087B; }

 p { color: rgb(236,8,123); }

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

background-color css

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

 a { background-color: rgb(236,8,123); }

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

border-color css

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

 span { border-color: rgb(236,8,123); }

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