Html Css Color HEX #EB8E90 Wewak

📋 copy color: '#EB8E90'

red 235 ◦ green 142 ◦ blue 144

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

Shades of Wewak #EB8E90

Tints of Wewak #EB8E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.26%

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 45.11%
G = 27.26%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB8E90 (or 0xEB8E90) is known color: Wewak. HEX triplet: EB, 8E and 90. RGB value is (235,142,144). Sum of RGB (Red+Green+Blue) = 235+142+144=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8E90 is #14716F. Grayscale: #AAAAAA. Windows color (decimal): -1339760 or 9473771. OLE color: 9473771.

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

Color convert

RGB 235 142 144 -
CMYK 0 0.40 0.39 0.08
HSL 358.71º 0.7% 0.74% -
HSV(B) 358.71º 0.4% 0.92% -
XYZ 48.97 39.02 31.34 -
YUV 170.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 235 142 144 0 0.40 0.39 0.08 358.71 0.7 0.74
Hex EB 8E 90 0 28 27 8 167 46 4A
Octal 353 216 220 0 50 47 10 547 106 112
Binary 11101011 10001110 10010000 0 101000 100111 1000 101100111 1000110 1001010

Color Harmonies of #EB8E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E90

Black with #EB8E90

Text Example


Text Example

White with #EB8E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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