Html Css Color HEX #EE9585 Sweet Pink

📋 copy color: '#EE9585'

red 238 ◦ green 149 ◦ blue 133

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

Shades of Sweet Pink #EE9585

Tints of Sweet Pink #EE9585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.65%

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

R = 45.77%
G = 28.65%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE9585 (or 0xEE9585) is known color: Sweet Pink. HEX triplet: EE, 95 and 85. RGB value is (238,149,133). Sum of RGB (Red+Green+Blue) = 238+149+133=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9585 is #116A7A. Grayscale: #ADADAD. Windows color (decimal): -1141371 or 8754670. OLE color: 8754670.

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

Color convert

RGB 238 149 133 -
CMYK 0 0.37 0.44 0.07
HSL 9.14º 0.76% 0.73% -
HSV(B) 9.14º 0.44% 0.93% -
XYZ 50.24 41.37 27.53 -
YUV 173.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 238 149 133 0 0.37 0.44 0.07 9.14 0.76 0.73
Hex EE 95 85 0 25 2C 7 9 4C 49
Octal 356 225 205 0 45 54 7 11 114 111
Binary 11101110 10010101 10000101 0 100101 101100 111 1001 1001100 1001001

Color Harmonies of #EE9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9585

Black with #EE9585

Text Example


Text Example

White with #EE9585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9585; }

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

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

background-color css

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

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

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

border-color css

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

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

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