#EF91A1

Color #EF91A1 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #EF91A1

Tints of Wewak #EF91A1

Color information

#EF91A1 (or 0xEF91A1) is unknown color: approx Wewak. HEX triplet: EF, 91 and A1. RGB value is (239,145,161). Sum of RGB (Red+Green+Blue) = 239+145+161=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91A1 is #106E5E. Grayscale: #AEAEAE. Windows color (decimal): -1076831 or 10588655. OLE color: 10588655.

HSL color Cylindrical-coordinate representation of color #EF91A1: hue angle of 349.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91A1 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239145161-
CMYK00.390.330.06
HSL349.79º74.6%75.29%-
HSV(B)349.79º39.33%93.73%-
XYZ52.1641.1738.92-
YUV174.93120.14173.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=43.85%
G=26.61%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914516100.390.330.06349.7974.675.29
HexEF91A102721615e4b4b
Octal357221241047416536113113
Binary111011111001000110100001010011110000111010101111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91A1; }

 p { color: rgb(239,145,161); }

 H1.HeaderClassName
 {
   color: #EF91A1;
 }
 .AnyTagClassName
 {
   color: #EF91A1;
 }
</style>
background-color css

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

 a { background-color: rgb(239,145,161); }

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

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

 span { border-color: rgb(239,145,161); }

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