Html Css Color HEX #EC087E Deep Pink

📋 copy color: '#EC087E'

red 236 ◦ green 8 ◦ blue 126

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

Shades of Deep Pink #EC087E

Tints of Deep Pink #EC087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 63.78%
G = 2.16%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC087E (or 0xEC087E) is known color: Deep Pink. HEX triplet: EC, 08 and 7E. RGB value is (236,8,126). Sum of RGB (Red+Green+Blue) = 236+8+126=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC087E is #13F781. Grayscale: #595959. Windows color (decimal): -1308546 or 8259820. OLE color: 8259820.

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

Color convert

RGB 236 8 126 -
CMYK 0 0.97 0.47 0.07
HSL 328.95º 0.93% 0.48% -
HSV(B) 328.95º 0.97% 0.93% -
XYZ 38.44 19.51 21.48 -
YUV 89.62 148.54 232.41 -
System Red Green Blue C M Y K H S L
Decimal 236 8 126 0 0.97 0.47 0.07 328.95 0.93 0.48
Hex EC 8 7E 0 61 2F 7 149 5D 30
Octal 354 10 176 0 141 57 7 511 135 60
Binary 11101100 1000 1111110 0 1100001 101111 111 101001001 1011101 110000

Color Harmonies of #EC087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC087E

Black with #EC087E

Text Example


Text Example

White with #EC087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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