Html Css Color HEX #E19AA0 Wewak

📋 copy color: '#E19AA0'

red 225 ◦ green 154 ◦ blue 160

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

Shades of Wewak #E19AA0

Tints of Wewak #E19AA0

RGB

 RED value IS 225 (88.28% from 255) = 41.74%

 GREEN value IS 154 (60.55% from 255) = 28.57%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 41.74%
G = 28.57%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E19AA0 (or 0xE19AA0) is known color: Wewak. HEX triplet: E1, 9A and A0. RGB value is (225,154,160). Sum of RGB (Red+Green+Blue) = 225+154+160=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AA0 is #1E655F. Grayscale: #AFAFAF. Windows color (decimal): -1992032 or 10525409. OLE color: 10525409.

HSL color Cylindrical-coordinate representation of color #E19AA0: hue angle of 354.93º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AA0 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 154 160 -
CMYK 0 0.32 0.29 0.12
HSL 354.93º 0.54% 0.74% -
HSV(B) 354.93º 0.32% 0.88% -
XYZ 48.95 41.66 38.72 -
YUV 175.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 225 154 160 0 0.32 0.29 0.12 354.93 0.54 0.74
Hex E1 9A A0 0 20 1D C 163 36 4A
Octal 341 232 240 0 40 35 14 543 66 112
Binary 11100001 10011010 10100000 0 100000 11101 1100 101100011 110110 1001010

Color Harmonies of #E19AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19AA0

Black with #E19AA0

Text Example


Text Example

White with #E19AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19AA0; }

 p { color: rgb(225,154,160); }

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

background-color css

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

 a { background-color: rgb(225,154,160); }

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

border-color css

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

 span { border-color: rgb(225,154,160); }

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