Html Css Color HEX #EB8C9F Wewak

📋 copy color: '#EB8C9F'

red 235 ◦ green 140 ◦ blue 159

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

Shades of Wewak #EB8C9F

Tints of Wewak #EB8C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 44.01%
G = 26.22%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB8C9F (or 0xEB8C9F) is known color: Wewak. HEX triplet: EB, 8C and 9F. RGB value is (235,140,159). Sum of RGB (Red+Green+Blue) = 235+140+159=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C9F is #147360. Grayscale: #AAAAAA. Windows color (decimal): -1340257 or 10456299. OLE color: 10456299.

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

Color convert

RGB 235 140 159 -
CMYK 0 0.40 0.32 0.08
HSL 348º 0.7% 0.74% -
HSV(B) 348º 0.4% 0.92% -
XYZ 49.9 38.92 37.68 -
YUV 170.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 235 140 159 0 0.40 0.32 0.08 348 0.7 0.74
Hex EB 8C 9F 0 28 20 8 15C 46 4A
Octal 353 214 237 0 50 40 10 534 106 112
Binary 11101011 10001100 10011111 0 101000 100000 1000 101011100 1000110 1001010

Color Harmonies of #EB8C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C9F

Black with #EB8C9F

Text Example


Text Example

White with #EB8C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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