Html Css Color HEX #EB8D90 Wewak

📋 copy color: '#EB8D90'

red 235 ◦ green 141 ◦ blue 144

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

Shades of Wewak #EB8D90

Tints of Wewak #EB8D90

RGB

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

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

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

R = 45.19%
G = 27.12%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB8D90 (or 0xEB8D90) is known color: Wewak. HEX triplet: EB, 8D and 90. RGB value is (235,141,144). Sum of RGB (Red+Green+Blue) = 235+141+144=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D90 is #14726F. Grayscale: #A9A9A9. Windows color (decimal): -1340016 or 9473515. OLE color: 9473515.

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

Color convert

RGB 235 141 144 -
CMYK 0 0.4 0.39 0.08
HSL 358.09º 0.7% 0.74% -
HSV(B) 358.09º 0.4% 0.92% -
XYZ 48.82 38.73 31.29 -
YUV 169.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 235 141 144 0 0.4 0.39 0.08 358.09 0.7 0.74
Hex EB 8D 90 0 28 27 8 166 46 4A
Octal 353 215 220 0 50 47 10 546 106 112
Binary 11101011 10001101 10010000 0 101000 100111 1000 101100110 1000110 1001010

Color Harmonies of #EB8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D90

Black with #EB8D90

Text Example


Text Example

White with #EB8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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