Html Css Color HEX #EB8D86 Sweet Pink

📋 copy color: '#EB8D86'

red 235 ◦ green 141 ◦ blue 134

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

Shades of Sweet Pink #EB8D86

Tints of Sweet Pink #EB8D86

RGB

 RED value IS 235 (92.19% from 255) = 46.08%

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

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

R = 46.08%
G = 27.65%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB8D86 (or 0xEB8D86) is known color: Sweet Pink. HEX triplet: EB, 8D and 86. RGB value is (235,141,134). Sum of RGB (Red+Green+Blue) = 235+141+134=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D86 is #147279. Grayscale: #A8A8A8. Windows color (decimal): -1340026 or 8818155. OLE color: 8818155.

HSL color Cylindrical-coordinate representation of color #EB8D86: hue angle of 4.16º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB8D86 is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 134 -
CMYK 0 0.4 0.43 0.08
HSL 4.16º 0.72% 0.72% -
HSV(B) 4.16º 0.43% 0.92% -
XYZ 48.09 38.43 27.44 -
YUV 168.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 235 141 134 0 0.4 0.43 0.08 4.16 0.72 0.72
Hex EB 8D 86 0 28 2B 8 4 48 48
Octal 353 215 206 0 50 53 10 4 110 110
Binary 11101011 10001101 10000110 0 101000 101011 1000 100 1001000 1001000

Color Harmonies of #EB8D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D86

Black with #EB8D86

Text Example


Text Example

White with #EB8D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D86; }

 p { color: rgb(235,141,134); }

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

background-color css

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

 a { background-color: rgb(235,141,134); }

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

border-color css

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

 span { border-color: rgb(235,141,134); }

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