Html Css Color HEX #EB98A0 Wewak

📋 copy color: '#EB98A0'

red 235 ◦ green 152 ◦ blue 160

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

Shades of Wewak #EB98A0

Tints of Wewak #EB98A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 42.96%
G = 27.79%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB98A0 (or 0xEB98A0) is known color: Wewak. HEX triplet: EB, 98 and A0. RGB value is (235,152,160). Sum of RGB (Red+Green+Blue) = 235+152+160=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A0 is #14675F. Grayscale: #B1B1B1. Windows color (decimal): -1337184 or 10524907. OLE color: 10524907.

HSL color Cylindrical-coordinate representation of color #EB98A0: hue angle of 354.22º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB98A0 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 152 160 -
CMYK 0 0.35 0.32 0.08
HSL 354.22º 0.67% 0.76% -
HSV(B) 354.22º 0.35% 0.92% -
XYZ 51.83 42.66 38.76 -
YUV 177.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 235 152 160 0 0.35 0.32 0.08 354.22 0.67 0.76
Hex EB 98 A0 0 23 20 8 162 43 4C
Octal 353 230 240 0 43 40 10 542 103 114
Binary 11101011 10011000 10100000 0 100011 100000 1000 101100010 1000011 1001100

Color Harmonies of #EB98A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB98A0

Black with #EB98A0

Text Example


Text Example

White with #EB98A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB98A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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