Html Css Color HEX #EB8C88 Sweet Pink

📋 copy color: '#EB8C88'

red 235 ◦ green 140 ◦ blue 136

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

Shades of Sweet Pink #EB8C88

Tints of Sweet Pink #EB8C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 45.99%
G = 27.4%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB8C88 (or 0xEB8C88) is known color: Sweet Pink. HEX triplet: EB, 8C and 88. RGB value is (235,140,136). Sum of RGB (Red+Green+Blue) = 235+140+136=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C88 is #147377. Grayscale: #A8A8A8. Windows color (decimal): -1340280 or 8948971. OLE color: 8948971.

HSL color Cylindrical-coordinate representation of color #EB8C88: hue angle of 2.42º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB8C88 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 136 -
CMYK 0 0.40 0.42 0.08
HSL 2.42º 0.71% 0.73% -
HSV(B) 2.42º 0.42% 0.92% -
XYZ 48.08 38.2 28.13 -
YUV 167.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 235 140 136 0 0.40 0.42 0.08 2.42 0.71 0.73
Hex EB 8C 88 0 28 2A 8 2 47 49
Octal 353 214 210 0 50 52 10 2 107 111
Binary 11101011 10001100 10001000 0 101000 101010 1000 10 1000111 1001001

Color Harmonies of #EB8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C88

Black with #EB8C88

Text Example


Text Example

White with #EB8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C88; }

 p { color: rgb(235,140,136); }

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

background-color css

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

 a { background-color: rgb(235,140,136); }

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

border-color css

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

 span { border-color: rgb(235,140,136); }

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