Html Css Color HEX #EE9985 Tonys Pink

📋 copy color: '#EE9985'

red 238 ◦ green 153 ◦ blue 133

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

Shades of Tonys Pink #EE9985

Tints of Tonys Pink #EE9985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 45.42%
G = 29.2%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE9985 (or 0xEE9985) is known color: Tonys Pink. HEX triplet: EE, 99 and 85. RGB value is (238,153,133). Sum of RGB (Red+Green+Blue) = 238+153+133=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9985 is #11667A. Grayscale: #B0B0B0. Windows color (decimal): -1140347 or 8755694. OLE color: 8755694.

HSL color Cylindrical-coordinate representation of color #EE9985: hue angle of 11.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE9985 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 153 133 -
CMYK 0 0.36 0.44 0.07
HSL 11.43º 0.76% 0.73% -
HSV(B) 11.43º 0.44% 0.93% -
XYZ 50.88 42.65 27.74 -
YUV 176.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 238 153 133 0 0.36 0.44 0.07 11.43 0.76 0.73
Hex EE 99 85 0 24 2C 7 B 4C 49
Octal 356 231 205 0 44 54 7 13 114 111
Binary 11101110 10011001 10000101 0 100100 101100 111 1011 1001100 1001001

Color Harmonies of #EE9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9985

Black with #EE9985

Text Example


Text Example

White with #EE9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9985; }

 p { color: rgb(238,153,133); }

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

background-color css

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

 a { background-color: rgb(238,153,133); }

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

border-color css

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

 span { border-color: rgb(238,153,133); }

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