Html Css Color HEX #EE097A Deep Pink

📋 copy color: '#EE097A'

red 238 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #EE097A

Tints of Deep Pink #EE097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 64.5%
G = 2.44%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE097A (or 0xEE097A) is known color: Deep Pink. HEX triplet: EE, 09 and 7A. RGB value is (238,9,122). Sum of RGB (Red+Green+Blue) = 238+9+122=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE097A is #11F685. Grayscale: #5A5A5A. Windows color (decimal): -1177222 or 7997934. OLE color: 7997934.

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

Color convert

RGB 238 9 122 -
CMYK 0 0.96 0.49 0.07
HSL 330.39º 0.93% 0.48% -
HSV(B) 330.39º 0.96% 0.93% -
XYZ 38.87 19.78 20.18 -
YUV 90.35 145.87 233.31 -
System Red Green Blue C M Y K H S L
Decimal 238 9 122 0 0.96 0.49 0.07 330.39 0.93 0.48
Hex EE 9 7A 0 60 31 7 14A 5D 30
Octal 356 11 172 0 140 61 7 512 135 60
Binary 11101110 1001 1111010 0 1100000 110001 111 101001010 1011101 110000

Color Harmonies of #EE097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE097A

Black with #EE097A

Text Example


Text Example

White with #EE097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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