Html Css Color HEX #EE098A Deep Pink

📋 copy color: '#EE098A'

red 238 ◦ green 9 ◦ blue 138

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

Shades of Deep Pink #EE098A

Tints of Deep Pink #EE098A

RGB

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

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

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

R = 61.82%
G = 2.34%
B = 35.84%

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

#EE098A (or 0xEE098A) is known color: Deep Pink. HEX triplet: EE, 09 and 8A. RGB value is (238,9,138). Sum of RGB (Red+Green+Blue) = 238+9+138=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE098A is #11F675. Grayscale: #5B5B5B. Windows color (decimal): -1177206 or 9046510. OLE color: 9046510.

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

Color convert

RGB 238 9 138 -
CMYK 0 0.96 0.42 0.07
HSL 326.2º 0.93% 0.48% -
HSV(B) 326.2º 0.96% 0.93% -
XYZ 39.95 20.21 25.84 -
YUV 92.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 238 9 138 0 0.96 0.42 0.07 326.2 0.93 0.48
Hex EE 9 8A 0 60 2A 7 146 5D 30
Octal 356 11 212 0 140 52 7 506 135 60
Binary 11101110 1001 10001010 0 1100000 101010 111 101000110 1011101 110000

Color Harmonies of #EE098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE098A

Black with #EE098A

Text Example


Text Example

White with #EE098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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