Html Css Color HEX #EB9488 Sweet Pink

📋 copy color: '#EB9488'

red 235 ◦ green 148 ◦ blue 136

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

Shades of Sweet Pink #EB9488

Tints of Sweet Pink #EB9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

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

R = 45.28%
G = 28.52%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB9488 (or 0xEB9488) is known color: Sweet Pink. HEX triplet: EB, 94 and 88. RGB value is (235,148,136). Sum of RGB (Red+Green+Blue) = 235+148+136=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9488 is #146B77. Grayscale: #ACACAC. Windows color (decimal): -1338232 or 8951019. OLE color: 8951019.

HSL color Cylindrical-coordinate representation of color #EB9488: hue angle of 7.27º 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 #EB9488 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 148 136 -
CMYK 0 0.37 0.42 0.08
HSL 7.27º 0.71% 0.73% -
HSV(B) 7.27º 0.42% 0.92% -
XYZ 49.29 40.62 28.53 -
YUV 172.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 235 148 136 0 0.37 0.42 0.08 7.27 0.71 0.73
Hex EB 94 88 0 25 2A 8 7 47 49
Octal 353 224 210 0 45 52 10 7 107 111
Binary 11101011 10010100 10001000 0 100101 101010 1000 111 1000111 1001001

Color Harmonies of #EB9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9488

Black with #EB9488

Text Example


Text Example

White with #EB9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9488; }

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

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

background-color css

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

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

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

border-color css

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

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

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