Html Css Color HEX #EE8D8A Sweet Pink

📋 copy color: '#EE8D8A'

red 238 ◦ green 141 ◦ blue 138

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

Shades of Sweet Pink #EE8D8A

Tints of Sweet Pink #EE8D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 46.03%
G = 27.27%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE8D8A (or 0xEE8D8A) is known color: Sweet Pink. HEX triplet: EE, 8D and 8A. RGB value is (238,141,138). Sum of RGB (Red+Green+Blue) = 238+141+138=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D8A is #117275. Grayscale: #A9A9A9. Windows color (decimal): -1143414 or 9080302. OLE color: 9080302.

HSL color Cylindrical-coordinate representation of color #EE8D8A: hue angle of 1.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8D8A is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 141 138 -
CMYK 0 0.41 0.42 0.07
HSL 1.8º 0.75% 0.74% -
HSV(B) 1.8º 0.42% 0.93% -
XYZ 49.37 39.06 28.98 -
YUV 169.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 238 141 138 0 0.41 0.42 0.07 1.8 0.75 0.74
Hex EE 8D 8A 0 29 2A 7 2 4B 4A
Octal 356 215 212 0 51 52 7 2 113 112
Binary 11101110 10001101 10001010 0 101001 101010 111 10 1001011 1001010

Color Harmonies of #EE8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8D8A

Black with #EE8D8A

Text Example


Text Example

White with #EE8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8D8A; }

 p { color: rgb(238,141,138); }

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

background-color css

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

 a { background-color: rgb(238,141,138); }

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

border-color css

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

 span { border-color: rgb(238,141,138); }

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