Html Css Color HEX #E08E95 Wewak

📋 copy color: '#E08E95'

red 224 ◦ green 142 ◦ blue 149

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

Shades of Wewak #E08E95

Tints of Wewak #E08E95

RGB

 RED value IS 224 (87.89% from 255) = 43.5%

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

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 43.5%
G = 27.57%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E08E95 (or 0xE08E95) is known color: Wewak. HEX triplet: E0, 8E and 95. RGB value is (224,142,149). Sum of RGB (Red+Green+Blue) = 224+142+149=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E95 is #1F716A. Grayscale: #A7A7A7. Windows color (decimal): -2060651 or 9801440. OLE color: 9801440.

HSL color Cylindrical-coordinate representation of color #E08E95: hue angle of 354.88º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08E95 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 149 -
CMYK 0 0.37 0.33 0.12
HSL 354.88º 0.57% 0.72% -
HSV(B) 354.88º 0.37% 0.88% -
XYZ 45.84 37.36 33.23 -
YUV 167.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 224 142 149 0 0.37 0.33 0.12 354.88 0.57 0.72
Hex E0 8E 95 0 25 21 C 163 39 48
Octal 340 216 225 0 45 41 14 543 71 110
Binary 11100000 10001110 10010101 0 100101 100001 1100 101100011 111001 1001000

Color Harmonies of #E08E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E95

Black with #E08E95

Text Example


Text Example

White with #E08E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E95; }

 p { color: rgb(224,142,149); }

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

background-color css

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

 a { background-color: rgb(224,142,149); }

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

border-color css

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

 span { border-color: rgb(224,142,149); }

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