Html Css Color HEX #E2959E Wewak

📋 copy color: '#E2959E'

red 226 ◦ green 149 ◦ blue 158

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

Shades of Wewak #E2959E

Tints of Wewak #E2959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 42.4%
G = 27.95%
B = 29.64%

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

#E2959E (or 0xE2959E) is known color: Wewak. HEX triplet: E2, 95 and 9E. RGB value is (226,149,158). Sum of RGB (Red+Green+Blue) = 226+149+158=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2959E is #1D6A61. Grayscale: #ADADAD. Windows color (decimal): -1927778 or 10393058. OLE color: 10393058.

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

Color convert

RGB 226 149 158 -
CMYK 0 0.34 0.30 0.11
HSL 352.99º 0.57% 0.74% -
HSV(B) 352.99º 0.34% 0.89% -
XYZ 48.28 40.13 37.55 -
YUV 173.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 226 149 158 0 0.34 0.30 0.11 352.99 0.57 0.74
Hex E2 95 9E 0 22 1E B 161 39 4A
Octal 342 225 236 0 42 36 13 541 71 112
Binary 11100010 10010101 10011110 0 100010 11110 1011 101100001 111001 1001010

Color Harmonies of #E2959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2959E

Black with #E2959E

Text Example


Text Example

White with #E2959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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