Html Css Color HEX #EC098D Deep Pink

📋 copy color: '#EC098D'

red 236 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #EC098D

Tints of Deep Pink #EC098D

RGB

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

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

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

R = 61.14%
G = 2.33%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC098D (or 0xEC098D) is known color: Deep Pink. HEX triplet: EC, 09 and 8D. RGB value is (236,9,141). Sum of RGB (Red+Green+Blue) = 236+9+141=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC098D is #13F672. Grayscale: #5B5B5B. Windows color (decimal): -1308275 or 9243116. OLE color: 9243116.

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

Color convert

RGB 236 9 141 -
CMYK 0 0.96 0.40 0.07
HSL 325.11º 0.93% 0.48% -
HSV(B) 325.11º 0.96% 0.93% -
XYZ 39.5 19.95 26.97 -
YUV 91.92 155.71 230.77 -
System Red Green Blue C M Y K H S L
Decimal 236 9 141 0 0.96 0.40 0.07 325.11 0.93 0.48
Hex EC 9 8D 0 60 28 7 145 5D 30
Octal 354 11 215 0 140 50 7 505 135 60
Binary 11101100 1001 10001101 0 1100000 101000 111 101000101 1011101 110000

Color Harmonies of #EC098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC098D

Black with #EC098D

Text Example


Text Example

White with #EC098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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