Html Css Color HEX #EE8B82 Sweet Pink

📋 copy color: '#EE8B82'

red 238 ◦ green 139 ◦ blue 130

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

Shades of Sweet Pink #EE8B82

Tints of Sweet Pink #EE8B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 46.94%
G = 27.42%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE8B82 (or 0xEE8B82) is known color: Sweet Pink. HEX triplet: EE, 8B and 82. RGB value is (238,139,130). Sum of RGB (Red+Green+Blue) = 238+139+130=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B82 is #11747D. Grayscale: #A7A7A7. Windows color (decimal): -1143934 or 8555502. OLE color: 8555502.

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

Color convert

RGB 238 139 130 -
CMYK 0 0.42 0.45 0.07
HSL 0.76% 0.72% -
HSV(B) 0.45% 0.93% -
XYZ 48.52 38.25 25.95 -
YUV 167.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 238 139 130 0 0.42 0.45 0.07 5 0.76 0.72
Hex EE 8B 82 0 2A 2D 7 5 4C 48
Octal 356 213 202 0 52 55 7 5 114 110
Binary 11101110 10001011 10000010 0 101010 101101 111 101 1001100 1001000

Color Harmonies of #EE8B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8B82

Black with #EE8B82

Text Example


Text Example

White with #EE8B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8B82; }

 p { color: rgb(238,139,130); }

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

background-color css

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

 a { background-color: rgb(238,139,130); }

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

border-color css

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

 span { border-color: rgb(238,139,130); }

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