#EB909A

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

Shades of Wewak #EB909A

Tints of Wewak #EB909A

Color information

#EB909A (or 0xEB909A) is unknown color: approx Wewak. HEX triplet: EB, 90 and 9A. RGB value is (235,144,154). Sum of RGB (Red+Green+Blue) = 235+144+154=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB909A is #146F65. Grayscale: #ACACAC. Windows color (decimal): -1339238 or 10129643. OLE color: 10129643.

HSL color Cylindrical-coordinate representation of color #EB909A: hue angle of 353.41º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB909A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235144154-
CMYK00.390.340.08
HSL353.41º69.47%74.31%-
HSV(B)353.41º38.72%92.16%-
XYZ50.0739.9435.64-
YUV172.35117.65172.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=44.09%
G=27.02%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514415400.390.340.08353.4169.4774.31
HexEB909A027228161454a
Octal3532202320474210541105112
Binary1110101110010000100110100100111100010100010110000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB909A; }

 p { color: rgb(235,144,154); }

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

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

 a { background-color: rgb(235,144,154); }

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

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

 span { border-color: rgb(235,144,154); }

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