Html Css Color HEX #EEA2A4 Wewak

📋 copy color: '#EEA2A4'

red 238 ◦ green 162 ◦ blue 164

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

Shades of Wewak #EEA2A4

Tints of Wewak #EEA2A4

RGB

 RED value IS 238 (93.36% from 255) = 42.2%

 GREEN value IS 162 (63.67% from 255) = 28.72%

 BLUE value IS 164 (64.45% from 255) = 29.08%

R = 42.2%
G = 28.72%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEA2A4 (or 0xEEA2A4) is known color: Wewak. HEX triplet: EE, A2 and A4. RGB value is (238,162,164). Sum of RGB (Red+Green+Blue) = 238+162+164=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA2A4 is #115D5B. Grayscale: #B9B9B9. Windows color (decimal): -1138012 or 10789614. OLE color: 10789614.

HSL color Cylindrical-coordinate representation of color #EEA2A4: hue angle of 358.42º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2A4 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 164 -
CMYK 0 0.32 0.31 0.07
HSL 358.42º 0.69% 0.78% -
HSV(B) 358.42º 0.32% 0.93% -
XYZ 54.88 46.7 41.24 -
YUV 184.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 238 162 164 0 0.32 0.31 0.07 358.42 0.69 0.78
Hex EE A2 A4 0 20 1F 7 166 45 4E
Octal 356 242 244 0 40 37 7 546 105 116
Binary 11101110 10100010 10100100 0 100000 11111 111 101100110 1000101 1001110

Color Harmonies of #EEA2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2A4

Black with #EEA2A4

Text Example


Text Example

White with #EEA2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2A4; }

 p { color: rgb(238,162,164); }

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

background-color css

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

 a { background-color: rgb(238,162,164); }

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

border-color css

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

 span { border-color: rgb(238,162,164); }

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