Html Css Color HEX #EB8D99 Wewak

📋 copy color: '#EB8D99'

red 235 ◦ green 141 ◦ blue 153

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

Shades of Wewak #EB8D99

Tints of Wewak #EB8D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.65%

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 44.42%
G = 26.65%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB8D99 (or 0xEB8D99) is known color: Wewak. HEX triplet: EB, 8D and 99. RGB value is (235,141,153). Sum of RGB (Red+Green+Blue) = 235+141+153=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D99 is #147266. Grayscale: #AAAAAA. Windows color (decimal): -1340007 or 10063339. OLE color: 10063339.

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

Color convert

RGB 235 141 153 -
CMYK 0 0.4 0.35 0.08
HSL 352.34º 0.7% 0.74% -
HSV(B) 352.34º 0.4% 0.92% -
XYZ 49.54 39.01 35.06 -
YUV 170.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 235 141 153 0 0.4 0.35 0.08 352.34 0.7 0.74
Hex EB 8D 99 0 28 23 8 160 46 4A
Octal 353 215 231 0 50 43 10 540 106 112
Binary 11101011 10001101 10011001 0 101000 100011 1000 101100000 1000110 1001010

Color Harmonies of #EB8D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D99

Black with #EB8D99

Text Example


Text Example

White with #EB8D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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