Html Css Color HEX #EC098A Deep Pink

📋 copy color: '#EC098A'

red 236 ◦ green 9 ◦ blue 138

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

Shades of Deep Pink #EC098A

Tints of Deep Pink #EC098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 61.62%
G = 2.35%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC098A (or 0xEC098A) is known color: Deep Pink. HEX triplet: EC, 09 and 8A. RGB value is (236,9,138). Sum of RGB (Red+Green+Blue) = 236+9+138=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC098A is #13F675. Grayscale: #5B5B5B. Windows color (decimal): -1308278 or 9046508. OLE color: 9046508.

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

Color convert

RGB 236 9 138 -
CMYK 0 0.96 0.42 0.07
HSL 325.9º 0.93% 0.48% -
HSV(B) 325.9º 0.96% 0.93% -
XYZ 39.28 19.86 25.81 -
YUV 91.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 236 9 138 0 0.96 0.42 0.07 325.9 0.93 0.48
Hex EC 9 8A 0 60 2A 7 146 5D 30
Octal 354 11 212 0 140 52 7 506 135 60
Binary 11101100 1001 10001010 0 1100000 101010 111 101000110 1011101 110000

Color Harmonies of #EC098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC098A

Black with #EC098A

Text Example


Text Example

White with #EC098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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