Html Css Color HEX #E493A0 Wewak

📋 copy color: '#E493A0'

red 228 ◦ green 147 ◦ blue 160

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

Shades of Wewak #E493A0

Tints of Wewak #E493A0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.48%

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

R = 42.62%
G = 27.48%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E493A0 (or 0xE493A0) is known color: Wewak. HEX triplet: E4, 93 and A0. RGB value is (228,147,160). Sum of RGB (Red+Green+Blue) = 228+147+160=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E493A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E493A0 is #1B6C5F. Grayscale: #ACACAC. Windows color (decimal): -1797216 or 10523620. OLE color: 10523620.

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

Color convert

RGB 228 147 160 -
CMYK 0 0.36 0.30 0.11
HSL 350.37º 0.6% 0.74% -
HSV(B) 350.37º 0.36% 0.89% -
XYZ 48.77 39.9 38.39 -
YUV 172.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 228 147 160 0 0.36 0.30 0.11 350.37 0.6 0.74
Hex E4 93 A0 0 24 1E B 15E 3C 4A
Octal 344 223 240 0 44 36 13 536 74 112
Binary 11100100 10010011 10100000 0 100100 11110 1011 101011110 111100 1001010

Color Harmonies of #E493A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493A0

Black with #E493A0

Text Example


Text Example

White with #E493A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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