Html Css Color HEX #EC088D Deep Pink

📋 copy color: '#EC088D'

red 236 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #EC088D

Tints of Deep Pink #EC088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 61.3%
G = 2.08%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC088D (or 0xEC088D) is known color: Deep Pink. HEX triplet: EC, 08 and 8D. RGB value is (236,8,141). Sum of RGB (Red+Green+Blue) = 236+8+141=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC088D is #13F772. Grayscale: #5B5B5B. Windows color (decimal): -1308531 or 9242860. OLE color: 9242860.

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

Color convert

RGB 236 8 141 -
CMYK 0 0.97 0.40 0.07
HSL 325º 0.93% 0.48% -
HSV(B) 325º 0.97% 0.93% -
XYZ 39.49 19.93 26.96 -
YUV 91.33 156.04 231.19 -
System Red Green Blue C M Y K H S L
Decimal 236 8 141 0 0.97 0.40 0.07 325 0.93 0.48
Hex EC 8 8D 0 61 28 7 145 5D 30
Octal 354 10 215 0 141 50 7 505 135 60
Binary 11101100 1000 10001101 0 1100001 101000 111 101000101 1011101 110000

Color Harmonies of #EC088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC088D

Black with #EC088D

Text Example


Text Example

White with #EC088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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