Html Css Color HEX #E2959F Wewak

📋 copy color: '#E2959F'

red 226 ◦ green 149 ◦ blue 159

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

Shades of Wewak #E2959F

Tints of Wewak #E2959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

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

R = 42.32%
G = 27.9%
B = 29.78%

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

#E2959F (or 0xE2959F) is known color: Wewak. HEX triplet: E2, 95 and 9F. RGB value is (226,149,159). Sum of RGB (Red+Green+Blue) = 226+149+159=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2959F is #1D6A60. Grayscale: #ADADAD. Windows color (decimal): -1927777 or 10458594. OLE color: 10458594.

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

Color convert

RGB 226 149 159 -
CMYK 0 0.34 0.30 0.11
HSL 352.21º 0.57% 0.74% -
HSV(B) 352.21º 0.34% 0.89% -
XYZ 48.37 40.17 38 -
YUV 173.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 226 149 159 0 0.34 0.30 0.11 352.21 0.57 0.74
Hex E2 95 9F 0 22 1E B 160 39 4A
Octal 342 225 237 0 42 36 13 540 71 112
Binary 11100010 10010101 10011111 0 100010 11110 1011 101100000 111001 1001010

Color Harmonies of #E2959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2959F

Black with #E2959F

Text Example


Text Example

White with #E2959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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