Html Css Color HEX #EC088B Deep Pink

📋 copy color: '#EC088B'

red 236 ◦ green 8 ◦ blue 139

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

Shades of Deep Pink #EC088B

Tints of Deep Pink #EC088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 61.62%
G = 2.09%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC088B (or 0xEC088B) is known color: Deep Pink. HEX triplet: EC, 08 and 8B. RGB value is (236,8,139). Sum of RGB (Red+Green+Blue) = 236+8+139=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC088B is #13F774. Grayscale: #5A5A5A. Windows color (decimal): -1308533 or 9111788. OLE color: 9111788.

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

Color convert

RGB 236 8 139 -
CMYK 0 0.97 0.41 0.07
HSL 325.53º 0.93% 0.48% -
HSV(B) 325.53º 0.97% 0.93% -
XYZ 39.34 19.87 26.19 -
YUV 91.11 155.04 231.35 -
System Red Green Blue C M Y K H S L
Decimal 236 8 139 0 0.97 0.41 0.07 325.53 0.93 0.48
Hex EC 8 8B 0 61 29 7 146 5D 30
Octal 354 10 213 0 141 51 7 506 135 60
Binary 11101100 1000 10001011 0 1100001 101001 111 101000110 1011101 110000

Color Harmonies of #EC088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC088B

Black with #EC088B

Text Example


Text Example

White with #EC088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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