Html Css Color HEX #E299A2 Wewak

📋 copy color: '#E299A2'

red 226 ◦ green 153 ◦ blue 162

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

Shades of Wewak #E299A2

Tints of Wewak #E299A2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.28%

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 41.77%
G = 28.28%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E299A2 (or 0xE299A2) is known color: Wewak. HEX triplet: E2, 99 and A2. RGB value is (226,153,162). Sum of RGB (Red+Green+Blue) = 226+153+162=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E299A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299A2 is #1D665D. Grayscale: #AFAFAF. Windows color (decimal): -1926750 or 10656226. OLE color: 10656226.

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

Color convert

RGB 226 153 162 -
CMYK 0 0.32 0.28 0.11
HSL 352.6º 0.56% 0.74% -
HSV(B) 352.6º 0.32% 0.89% -
XYZ 49.28 41.56 39.61 -
YUV 175.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 226 153 162 0 0.32 0.28 0.11 352.6 0.56 0.74
Hex E2 99 A2 0 20 1C B 161 38 4A
Octal 342 231 242 0 40 34 13 541 70 112
Binary 11100010 10011001 10100010 0 100000 11100 1011 101100001 111000 1001010

Color Harmonies of #E299A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299A2

Black with #E299A2

Text Example


Text Example

White with #E299A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299A2; }

 p { color: rgb(226,153,162); }

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

background-color css

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

 a { background-color: rgb(226,153,162); }

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

border-color css

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

 span { border-color: rgb(226,153,162); }

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