Html Css Color HEX #E2959B Wewak

📋 copy color: '#E2959B'

red 226 ◦ green 149 ◦ blue 155

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

Shades of Wewak #E2959B

Tints of Wewak #E2959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.25%

R = 42.64%
G = 28.11%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2959B (or 0xE2959B) is known color: Wewak. HEX triplet: E2, 95 and 9B. RGB value is (226,149,155). Sum of RGB (Red+Green+Blue) = 226+149+155=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2959B is #1D6A64. Grayscale: #ACACAC. Windows color (decimal): -1927781 or 10196450. OLE color: 10196450.

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

Color convert

RGB 226 149 155 -
CMYK 0 0.34 0.31 0.11
HSL 355.32º 0.57% 0.74% -
HSV(B) 355.32º 0.34% 0.89% -
XYZ 48.03 40.03 36.21 -
YUV 172.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 226 149 155 0 0.34 0.31 0.11 355.32 0.57 0.74
Hex E2 95 9B 0 22 1F B 163 39 4A
Octal 342 225 233 0 42 37 13 543 71 112
Binary 11100010 10010101 10011011 0 100010 11111 1011 101100011 111001 1001010

Color Harmonies of #E2959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2959B

Black with #E2959B

Text Example


Text Example

White with #E2959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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