Html Css Color HEX #E294A0 Wewak

📋 copy color: '#E294A0'

red 226 ◦ green 148 ◦ blue 160

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

Shades of Wewak #E294A0

Tints of Wewak #E294A0

RGB

 RED value IS 226 (88.67% from 255) = 42.32%

 GREEN value IS 148 (58.2% from 255) = 27.72%

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

R = 42.32%
G = 27.72%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E294A0 (or 0xE294A0) is known color: Wewak. HEX triplet: E2, 94 and A0. RGB value is (226,148,160). Sum of RGB (Red+Green+Blue) = 226+148+160=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E294A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E294A0 is #1D6B5F. Grayscale: #ACACAC. Windows color (decimal): -1928032 or 10523874. OLE color: 10523874.

HSL color Cylindrical-coordinate representation of color #E294A0: hue angle of 350.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294A0 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 160 -
CMYK 0 0.35 0.29 0.11
HSL 350.77º 0.57% 0.73% -
HSV(B) 350.77º 0.35% 0.89% -
XYZ 48.3 39.89 38.41 -
YUV 172.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 226 148 160 0 0.35 0.29 0.11 350.77 0.57 0.73
Hex E2 94 A0 0 23 1D B 15F 39 49
Octal 342 224 240 0 43 35 13 537 71 111
Binary 11100010 10010100 10100000 0 100011 11101 1011 101011111 111001 1001001

Color Harmonies of #E294A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294A0

Black with #E294A0

Text Example


Text Example

White with #E294A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294A0; }

 p { color: rgb(226,148,160); }

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

background-color css

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

 a { background-color: rgb(226,148,160); }

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

border-color css

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

 span { border-color: rgb(226,148,160); }

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