Html Css Color HEX #EE098C Deep Pink

📋 copy color: '#EE098C'

red 238 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #EE098C

Tints of Deep Pink #EE098C

RGB

 RED value IS 238 (93.36% from 255) = 61.5%

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

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

R = 61.5%
G = 2.33%
B = 36.18%

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

#EE098C (or 0xEE098C) is known color: Deep Pink. HEX triplet: EE, 09 and 8C. RGB value is (238,9,140). Sum of RGB (Red+Green+Blue) = 238+9+140=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE098C is #11F673. Grayscale: #5C5C5C. Windows color (decimal): -1177204 or 9177582. OLE color: 9177582.

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

Color convert

RGB 238 9 140 -
CMYK 0 0.96 0.41 0.07
HSL 325.68º 0.93% 0.48% -
HSV(B) 325.68º 0.96% 0.93% -
XYZ 40.09 20.27 26.61 -
YUV 92.41 154.87 231.85 -
System Red Green Blue C M Y K H S L
Decimal 238 9 140 0 0.96 0.41 0.07 325.68 0.93 0.48
Hex EE 9 8C 0 60 29 7 146 5D 30
Octal 356 11 214 0 140 51 7 506 135 60
Binary 11101110 1001 10001100 0 1100000 101001 111 101000110 1011101 110000

Color Harmonies of #EE098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE098C

Black with #EE098C

Text Example


Text Example

White with #EE098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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