Html Css Color HEX #E2999F Wewak

📋 copy color: '#E2999F'

red 226 ◦ green 153 ◦ blue 159

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

Shades of Wewak #E2999F

Tints of Wewak #E2999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.55%

R = 42.01%
G = 28.44%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2999F (or 0xE2999F) is known color: Wewak. HEX triplet: E2, 99 and 9F. RGB value is (226,153,159). Sum of RGB (Red+Green+Blue) = 226+153+159=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2999F is #1D6660. Grayscale: #AFAFAF. Windows color (decimal): -1926753 or 10459618. OLE color: 10459618.

HSL color Cylindrical-coordinate representation of color #E2999F: hue angle of 355.07º 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 #E2999F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 159 -
CMYK 0 0.32 0.30 0.11
HSL 355.07º 0.56% 0.74% -
HSV(B) 355.07º 0.32% 0.89% -
XYZ 49.01 41.45 38.22 -
YUV 175.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 226 153 159 0 0.32 0.30 0.11 355.07 0.56 0.74
Hex E2 99 9F 0 20 1E B 163 38 4A
Octal 342 231 237 0 40 36 13 543 70 112
Binary 11100010 10011001 10011111 0 100000 11110 1011 101100011 111000 1001010

Color Harmonies of #E2999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2999F

Black with #E2999F

Text Example


Text Example

White with #E2999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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