Html Css Color HEX #EE9486 Sweet Pink

📋 copy color: '#EE9486'

red 238 ◦ green 148 ◦ blue 134

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

Shades of Sweet Pink #EE9486

Tints of Sweet Pink #EE9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

 BLUE value IS 134 (52.73% from 255) = 25.77%

R = 45.77%
G = 28.46%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE9486 (or 0xEE9486) is known color: Sweet Pink. HEX triplet: EE, 94 and 86. RGB value is (238,148,134). Sum of RGB (Red+Green+Blue) = 238+148+134=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9486 is #116B79. Grayscale: #ADADAD. Windows color (decimal): -1141626 or 8819950. OLE color: 8819950.

HSL color Cylindrical-coordinate representation of color #EE9486: hue angle of 8.08º degrees, saturation: 0.75, 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 #EE9486 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 134 -
CMYK 0 0.38 0.44 0.07
HSL 8.08º 0.75% 0.73% -
HSV(B) 8.08º 0.44% 0.93% -
XYZ 50.15 41.08 27.84 -
YUV 173.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 238 148 134 0 0.38 0.44 0.07 8.08 0.75 0.73
Hex EE 94 86 0 26 2C 7 8 4B 49
Octal 356 224 206 0 46 54 7 10 113 111
Binary 11101110 10010100 10000110 0 100110 101100 111 1000 1001011 1001001

Color Harmonies of #EE9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9486

Black with #EE9486

Text Example


Text Example

White with #EE9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9486; }

 p { color: rgb(238,148,134); }

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

background-color css

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

 a { background-color: rgb(238,148,134); }

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

border-color css

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

 span { border-color: rgb(238,148,134); }

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