Html Css Color HEX #EA8D9E Wewak

📋 copy color: '#EA8D9E'

red 234 ◦ green 141 ◦ blue 158

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

Shades of Wewak #EA8D9E

Tints of Wewak #EA8D9E

RGB

 RED value IS 234 (91.8% from 255) = 43.9%

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

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 43.9%
G = 26.45%
B = 29.64%

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

#EA8D9E (or 0xEA8D9E) is known color: Wewak. HEX triplet: EA, 8D and 9E. RGB value is (234,141,158). Sum of RGB (Red+Green+Blue) = 234+141+158=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D9E is #157261. Grayscale: #AAAAAA. Windows color (decimal): -1405538 or 10391018. OLE color: 10391018.

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

Color convert

RGB 234 141 158 -
CMYK 0 0.40 0.32 0.08
HSL 349.03º 0.69% 0.74% -
HSV(B) 349.03º 0.4% 0.92% -
XYZ 49.63 39.01 37.26 -
YUV 170.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 234 141 158 0 0.40 0.32 0.08 349.03 0.69 0.74
Hex EA 8D 9E 0 28 20 8 15D 45 4A
Octal 352 215 236 0 50 40 10 535 105 112
Binary 11101010 10001101 10011110 0 101000 100000 1000 101011101 1000101 1001010

Color Harmonies of #EA8D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D9E

Black with #EA8D9E

Text Example


Text Example

White with #EA8D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D9E; }

 p { color: rgb(234,141,158); }

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

background-color css

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

 a { background-color: rgb(234,141,158); }

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

border-color css

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

 span { border-color: rgb(234,141,158); }

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