Html Css Color HEX #EB978C Sweet Pink

📋 copy color: '#EB978C'

red 235 ◦ green 151 ◦ blue 140

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

Shades of Sweet Pink #EB978C

Tints of Sweet Pink #EB978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.71%

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

R = 44.68%
G = 28.71%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB978C (or 0xEB978C) is known color: Sweet Pink. HEX triplet: EB, 97 and 8C. RGB value is (235,151,140). Sum of RGB (Red+Green+Blue) = 235+151+140=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB978C is #146873. Grayscale: #AEAEAE. Windows color (decimal): -1337460 or 9213931. OLE color: 9213931.

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

Color convert

RGB 235 151 140 -
CMYK 0 0.36 0.40 0.08
HSL 6.95º 0.7% 0.74% -
HSV(B) 6.95º 0.4% 0.92% -
XYZ 50.06 41.69 30.22 -
YUV 174.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 235 151 140 0 0.36 0.40 0.08 6.95 0.7 0.74
Hex EB 97 8C 0 24 28 8 7 46 4A
Octal 353 227 214 0 44 50 10 7 106 112
Binary 11101011 10010111 10001100 0 100100 101000 1000 111 1000110 1001010

Color Harmonies of #EB978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB978C

Black with #EB978C

Text Example


Text Example

White with #EB978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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