Html Css Color HEX #E7A0A2 Wewak

📋 copy color: '#E7A0A2'

red 231 ◦ green 160 ◦ blue 162

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

Shades of Wewak #E7A0A2

Tints of Wewak #E7A0A2

RGB

 RED value IS 231 (90.63% from 255) = 41.77%

 GREEN value IS 160 (62.89% from 255) = 28.93%

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 41.77%
G = 28.93%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E7A0A2 (or 0xE7A0A2) is known color: Wewak. HEX triplet: E7, A0 and A2. RGB value is (231,160,162). Sum of RGB (Red+Green+Blue) = 231+160+162=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0A2 is #185F5D. Grayscale: #B5B5B5. Windows color (decimal): -1597278 or 10658023. OLE color: 10658023.

HSL color Cylindrical-coordinate representation of color #E7A0A2: hue angle of 358.31º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0A2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 160 162 -
CMYK 0 0.31 0.30 0.09
HSL 358.31º 0.6% 0.77% -
HSV(B) 358.31º 0.31% 0.91% -
XYZ 52.05 44.74 40.07 -
YUV 181.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 231 160 162 0 0.31 0.30 0.09 358.31 0.6 0.77
Hex E7 A0 A2 0 1F 1E 9 166 3C 4D
Octal 347 240 242 0 37 36 11 546 74 115
Binary 11100111 10100000 10100010 0 11111 11110 1001 101100110 111100 1001101

Color Harmonies of #E7A0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A0A2

Black with #E7A0A2

Text Example


Text Example

White with #E7A0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A0A2; }

 p { color: rgb(231,160,162); }

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

background-color css

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

 a { background-color: rgb(231,160,162); }

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

border-color css

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

 span { border-color: rgb(231,160,162); }

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