Html Css Color HEX #EB988C Sweet Pink

📋 copy color: '#EB988C'

red 235 ◦ green 152 ◦ blue 140

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

Shades of Sweet Pink #EB988C

Tints of Sweet Pink #EB988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 44.59%
G = 28.84%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB988C (or 0xEB988C) is known color: Sweet Pink. HEX triplet: EB, 98 and 8C. RGB value is (235,152,140). Sum of RGB (Red+Green+Blue) = 235+152+140=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB988C is #146773. Grayscale: #AFAFAF. Windows color (decimal): -1337204 or 9214187. OLE color: 9214187.

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

Color convert

RGB 235 152 140 -
CMYK 0 0.35 0.40 0.08
HSL 7.58º 0.7% 0.74% -
HSV(B) 7.58º 0.4% 0.92% -
XYZ 50.22 42.01 30.27 -
YUV 175.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 235 152 140 0 0.35 0.40 0.08 7.58 0.7 0.74
Hex EB 98 8C 0 23 28 8 8 46 4A
Octal 353 230 214 0 43 50 10 10 106 112
Binary 11101011 10011000 10001100 0 100011 101000 1000 1000 1000110 1001010

Color Harmonies of #EB988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB988C

Black with #EB988C

Text Example


Text Example

White with #EB988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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