Html Css Color HEX #E496A0 Wewak

📋 copy color: '#E496A0'

red 228 ◦ green 150 ◦ blue 160

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

Shades of Wewak #E496A0

Tints of Wewak #E496A0

RGB

 RED value IS 228 (89.45% from 255) = 42.38%

 GREEN value IS 150 (58.98% from 255) = 27.88%

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 42.38%
G = 27.88%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E496A0 (or 0xE496A0) is known color: Wewak. HEX triplet: E4, 96 and A0. RGB value is (228,150,160). Sum of RGB (Red+Green+Blue) = 228+150+160=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E496A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496A0 is #1B695F. Grayscale: #AEAEAE. Windows color (decimal): -1796448 or 10524388. OLE color: 10524388.

HSL color Cylindrical-coordinate representation of color #E496A0: hue angle of 352.31º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496A0 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 150 160 -
CMYK 0 0.34 0.30 0.11
HSL 352.31º 0.59% 0.74% -
HSV(B) 352.31º 0.34% 0.89% -
XYZ 49.25 40.84 38.55 -
YUV 174.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 228 150 160 0 0.34 0.30 0.11 352.31 0.59 0.74
Hex E4 96 A0 0 22 1E B 160 3B 4A
Octal 344 226 240 0 42 36 13 540 73 112
Binary 11100100 10010110 10100000 0 100010 11110 1011 101100000 111011 1001010

Color Harmonies of #E496A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496A0

Black with #E496A0

Text Example


Text Example

White with #E496A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496A0; }

 p { color: rgb(228,150,160); }

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

background-color css

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

 a { background-color: rgb(228,150,160); }

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

border-color css

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

 span { border-color: rgb(228,150,160); }

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