Html Css Color HEX #EE8C86 Sweet Pink

📋 copy color: '#EE8C86'

red 238 ◦ green 140 ◦ blue 134

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

Shades of Sweet Pink #EE8C86

Tints of Sweet Pink #EE8C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 46.48%
G = 27.34%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE8C86 (or 0xEE8C86) is known color: Sweet Pink. HEX triplet: EE, 8C and 86. RGB value is (238,140,134). Sum of RGB (Red+Green+Blue) = 238+140+134=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8C86 is #117379. Grayscale: #A8A8A8. Windows color (decimal): -1143674 or 8817902. OLE color: 8817902.

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

Color convert

RGB 238 140 134 -
CMYK 0 0.41 0.44 0.07
HSL 3.46º 0.75% 0.73% -
HSV(B) 3.46º 0.44% 0.93% -
XYZ 48.94 38.65 27.44 -
YUV 168.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 238 140 134 0 0.41 0.44 0.07 3.46 0.75 0.73
Hex EE 8C 86 0 29 2C 7 3 4B 49
Octal 356 214 206 0 51 54 7 3 113 111
Binary 11101110 10001100 10000110 0 101001 101100 111 11 1001011 1001001

Color Harmonies of #EE8C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C86

Black with #EE8C86

Text Example


Text Example

White with #EE8C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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