Html Css Color HEX #EC098C Deep Pink

📋 copy color: '#EC098C'

red 236 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #EC098C

Tints of Deep Pink #EC098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 61.3%
G = 2.34%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC098C (or 0xEC098C) is known color: Deep Pink. HEX triplet: EC, 09 and 8C. RGB value is (236,9,140). Sum of RGB (Red+Green+Blue) = 236+9+140=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC098C is #13F673. Grayscale: #5B5B5B. Windows color (decimal): -1308276 or 9177580. OLE color: 9177580.

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

Color convert

RGB 236 9 140 -
CMYK 0 0.96 0.41 0.07
HSL 325.37º 0.93% 0.48% -
HSV(B) 325.37º 0.96% 0.93% -
XYZ 39.42 19.92 26.58 -
YUV 91.81 155.21 230.85 -
System Red Green Blue C M Y K H S L
Decimal 236 9 140 0 0.96 0.41 0.07 325.37 0.93 0.48
Hex EC 9 8C 0 60 29 7 145 5D 30
Octal 354 11 214 0 140 51 7 505 135 60
Binary 11101100 1001 10001100 0 1100000 101001 111 101000101 1011101 110000

Color Harmonies of #EC098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC098C

Black with #EC098C

Text Example


Text Example

White with #EC098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC098C; }

 p { color: rgb(236,9,140); }

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

background-color css

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

 a { background-color: rgb(236,9,140); }

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

border-color css

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

 span { border-color: rgb(236,9,140); }

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