Html Css Color HEX #EE8A8D Wewak

📋 copy color: '#EE8A8D'

red 238 ◦ green 138 ◦ blue 141

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

Shades of Wewak #EE8A8D

Tints of Wewak #EE8A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 46.03%
G = 26.69%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE8A8D (or 0xEE8A8D) is known color: Wewak. HEX triplet: EE, 8A and 8D. RGB value is (238,138,141). Sum of RGB (Red+Green+Blue) = 238+138+141=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A8D is #117572. Grayscale: #A8A8A8. Windows color (decimal): -1144179 or 9276142. OLE color: 9276142.

HSL color Cylindrical-coordinate representation of color #EE8A8D: hue angle of 358.2º 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 #EE8A8D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 138 141 -
CMYK 0 0.42 0.41 0.07
HSL 358.2º 0.75% 0.74% -
HSV(B) 358.2º 0.42% 0.93% -
XYZ 49.16 38.28 30 -
YUV 168.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 238 138 141 0 0.42 0.41 0.07 358.2 0.75 0.74
Hex EE 8A 8D 0 2A 29 7 166 4B 4A
Octal 356 212 215 0 52 51 7 546 113 112
Binary 11101110 10001010 10001101 0 101010 101001 111 101100110 1001011 1001010

Color Harmonies of #EE8A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8A8D

Black with #EE8A8D

Text Example


Text Example

White with #EE8A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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