Html Css Color HEX #EF8A90 Wewak

📋 copy color: '#EF8A90'

red 239 ◦ green 138 ◦ blue 144

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

Shades of Wewak #EF8A90

Tints of Wewak #EF8A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 45.87%
G = 26.49%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF8A90 (or 0xEF8A90) is known color: Wewak. HEX triplet: EF, 8A and 90. RGB value is (239,138,144). Sum of RGB (Red+Green+Blue) = 239+138+144=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A90 is #10756F. Grayscale: #A8A8A8. Windows color (decimal): -1078640 or 9472751. OLE color: 9472751.

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

Color convert

RGB 239 138 144 -
CMYK 0 0.42 0.40 0.06
HSL 356.44º 0.76% 0.74% -
HSV(B) 356.44º 0.42% 0.94% -
XYZ 49.72 38.54 31.2 -
YUV 168.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 239 138 144 0 0.42 0.40 0.06 356.44 0.76 0.74
Hex EF 8A 90 0 2A 28 6 164 4C 4A
Octal 357 212 220 0 52 50 6 544 114 112
Binary 11101111 10001010 10010000 0 101010 101000 110 101100100 1001100 1001010

Color Harmonies of #EF8A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A90

Black with #EF8A90

Text Example


Text Example

White with #EF8A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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