Html Css Color HEX #EB978F Sweet Pink

📋 copy color: '#EB978F'

red 235 ◦ green 151 ◦ blue 143

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

Shades of Sweet Pink #EB978F

Tints of Sweet Pink #EB978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 44.42%
G = 28.54%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB978F (or 0xEB978F) is known color: Sweet Pink. HEX triplet: EB, 97 and 8F. RGB value is (235,151,143). Sum of RGB (Red+Green+Blue) = 235+151+143=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB978F is #146870. Grayscale: #AFAFAF. Windows color (decimal): -1337457 or 9410539. OLE color: 9410539.

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

Color convert

RGB 235 151 143 -
CMYK 0 0.36 0.39 0.08
HSL 5.22º 0.7% 0.74% -
HSV(B) 5.22º 0.39% 0.92% -
XYZ 50.29 41.78 31.4 -
YUV 175.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 235 151 143 0 0.36 0.39 0.08 5.22 0.7 0.74
Hex EB 97 8F 0 24 27 8 5 46 4A
Octal 353 227 217 0 44 47 10 5 106 112
Binary 11101011 10010111 10001111 0 100100 100111 1000 101 1000110 1001010

Color Harmonies of #EB978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB978F

Black with #EB978F

Text Example


Text Example

White with #EB978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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