Html Css Color HEX #EB8C99 Wewak

📋 copy color: '#EB8C99'

red 235 ◦ green 140 ◦ blue 153

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

Shades of Wewak #EB8C99

Tints of Wewak #EB8C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

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

R = 44.51%
G = 26.52%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB8C99 (or 0xEB8C99) is known color: Wewak. HEX triplet: EB, 8C and 99. RGB value is (235,140,153). Sum of RGB (Red+Green+Blue) = 235+140+153=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C99 is #147366. Grayscale: #A9A9A9. Windows color (decimal): -1340263 or 10063083. OLE color: 10063083.

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

Color convert

RGB 235 140 153 -
CMYK 0 0.40 0.35 0.08
HSL 351.79º 0.7% 0.74% -
HSV(B) 351.79º 0.4% 0.92% -
XYZ 49.39 38.72 35.01 -
YUV 169.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 235 140 153 0 0.40 0.35 0.08 351.79 0.7 0.74
Hex EB 8C 99 0 28 23 8 160 46 4A
Octal 353 214 231 0 50 43 10 540 106 112
Binary 11101011 10001100 10011001 0 101000 100011 1000 101100000 1000110 1001010

Color Harmonies of #EB8C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C99

Black with #EB8C99

Text Example


Text Example

White with #EB8C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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