Html Css Color HEX #EB978E Sweet Pink

📋 copy color: '#EB978E'

red 235 ◦ green 151 ◦ blue 142

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

Shades of Sweet Pink #EB978E

Tints of Sweet Pink #EB978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.89%

R = 44.51%
G = 28.6%
B = 26.89%

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

#EB978E (or 0xEB978E) is known color: Sweet Pink. HEX triplet: EB, 97 and 8E. RGB value is (235,151,142). Sum of RGB (Red+Green+Blue) = 235+151+142=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB978E is #146871. Grayscale: #AFAFAF. Windows color (decimal): -1337458 or 9345003. OLE color: 9345003.

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

Color convert

RGB 235 151 142 -
CMYK 0 0.36 0.40 0.08
HSL 5.81º 0.7% 0.74% -
HSV(B) 5.81º 0.4% 0.92% -
XYZ 50.21 41.75 31 -
YUV 175.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 235 151 142 0 0.36 0.40 0.08 5.81 0.7 0.74
Hex EB 97 8E 0 24 28 8 6 46 4A
Octal 353 227 216 0 44 50 10 6 106 112
Binary 11101011 10010111 10001110 0 100100 101000 1000 110 1000110 1001010

Color Harmonies of #EB978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB978E

Black with #EB978E

Text Example


Text Example

White with #EB978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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