Html Css Color HEX #EF8A8E Wewak

📋 copy color: '#EF8A8E'

red 239 ◦ green 138 ◦ blue 142

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

Shades of Wewak #EF8A8E

Tints of Wewak #EF8A8E

RGB

 RED value IS 239 (93.75% from 255) = 46.05%

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

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 46.05%
G = 26.59%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF8A8E (or 0xEF8A8E) is known color: Wewak. HEX triplet: EF, 8A and 8E. RGB value is (239,138,142). Sum of RGB (Red+Green+Blue) = 239+138+142=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8E is #107571. Grayscale: #A8A8A8. Windows color (decimal): -1078642 or 9341679. OLE color: 9341679.

HSL color Cylindrical-coordinate representation of color #EF8A8E: hue angle of 357.62º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8A8E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 142 -
CMYK 0 0.42 0.41 0.06
HSL 357.62º 0.76% 0.74% -
HSV(B) 357.62º 0.42% 0.94% -
XYZ 49.57 38.48 30.41 -
YUV 168.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 239 138 142 0 0.42 0.41 0.06 357.62 0.76 0.74
Hex EF 8A 8E 0 2A 29 6 166 4C 4A
Octal 357 212 216 0 52 51 6 546 114 112
Binary 11101111 10001010 10001110 0 101010 101001 110 101100110 1001100 1001010

Color Harmonies of #EF8A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A8E

Black with #EF8A8E

Text Example


Text Example

White with #EF8A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A8E; }

 p { color: rgb(239,138,142); }

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

background-color css

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

 a { background-color: rgb(239,138,142); }

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

border-color css

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

 span { border-color: rgb(239,138,142); }

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