Html Css Color HEX #EC088A Deep Pink

📋 copy color: '#EC088A'

red 236 ◦ green 8 ◦ blue 138

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

Shades of Deep Pink #EC088A

Tints of Deep Pink #EC088A

RGB

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

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

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

R = 61.78%
G = 2.09%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC088A (or 0xEC088A) is known color: Deep Pink. HEX triplet: EC, 08 and 8A. RGB value is (236,8,138). Sum of RGB (Red+Green+Blue) = 236+8+138=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC088A is #13F775. Grayscale: #5A5A5A. Windows color (decimal): -1308534 or 9046252. OLE color: 9046252.

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

Color convert

RGB 236 8 138 -
CMYK 0 0.97 0.42 0.07
HSL 325.79º 0.93% 0.48% -
HSV(B) 325.79º 0.97% 0.93% -
XYZ 39.27 19.84 25.8 -
YUV 90.99 154.54 231.43 -
System Red Green Blue C M Y K H S L
Decimal 236 8 138 0 0.97 0.42 0.07 325.79 0.93 0.48
Hex EC 8 8A 0 61 2A 7 146 5D 30
Octal 354 10 212 0 141 52 7 506 135 60
Binary 11101100 1000 10001010 0 1100001 101010 111 101000110 1011101 110000

Color Harmonies of #EC088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC088A

Black with #EC088A

Text Example


Text Example

White with #EC088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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