Html Css Color HEX #EB998E Sweet Pink

📋 copy color: '#EB998E'

red 235 ◦ green 153 ◦ blue 142

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

Shades of Sweet Pink #EB998E

Tints of Sweet Pink #EB998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 44.34%
G = 28.87%
B = 26.79%

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

#EB998E (or 0xEB998E) is known color: Sweet Pink. HEX triplet: EB, 99 and 8E. RGB value is (235,153,142). Sum of RGB (Red+Green+Blue) = 235+153+142=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB998E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB998E is #146671. Grayscale: #B0B0B0. Windows color (decimal): -1336946 or 9345515. OLE color: 9345515.

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

Color convert

RGB 235 153 142 -
CMYK 0 0.35 0.40 0.08
HSL 7.1º 0.7% 0.74% -
HSV(B) 7.1º 0.4% 0.92% -
XYZ 50.53 42.4 31.11 -
YUV 176.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 235 153 142 0 0.35 0.40 0.08 7.1 0.7 0.74
Hex EB 99 8E 0 23 28 8 7 46 4A
Octal 353 231 216 0 43 50 10 7 106 112
Binary 11101011 10011001 10001110 0 100011 101000 1000 111 1000110 1001010

Color Harmonies of #EB998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB998E

Black with #EB998E

Text Example


Text Example

White with #EB998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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