Html Css Color HEX #EE8A94 Wewak

📋 copy color: '#EE8A94'

red 238 ◦ green 138 ◦ blue 148

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

Shades of Wewak #EE8A94

Tints of Wewak #EE8A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.34%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 45.42%
G = 26.34%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE8A94 (or 0xEE8A94) is known color: Wewak. HEX triplet: EE, 8A and 94. RGB value is (238,138,148). Sum of RGB (Red+Green+Blue) = 238+138+148=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A94 is #11756B. Grayscale: #A9A9A9. Windows color (decimal): -1144172 or 9734894. OLE color: 9734894.

HSL color Cylindrical-coordinate representation of color #EE8A94: hue angle of 354º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8A94 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 138 148 -
CMYK 0 0.42 0.38 0.07
HSL 354º 0.75% 0.74% -
HSV(B) 354º 0.42% 0.93% -
XYZ 49.69 38.49 32.83 -
YUV 169.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 238 138 148 0 0.42 0.38 0.07 354 0.75 0.74
Hex EE 8A 94 0 2A 26 7 162 4B 4A
Octal 356 212 224 0 52 46 7 542 113 112
Binary 11101110 10001010 10010100 0 101010 100110 111 101100010 1001011 1001010

Color Harmonies of #EE8A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8A94

Black with #EE8A94

Text Example


Text Example

White with #EE8A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8A94; }

 p { color: rgb(238,138,148); }

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

background-color css

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

 a { background-color: rgb(238,138,148); }

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

border-color css

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

 span { border-color: rgb(238,138,148); }

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