Html Css Color HEX #E4959A Wewak

📋 copy color: '#E4959A'

red 228 ◦ green 149 ◦ blue 154

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

Shades of Wewak #E4959A

Tints of Wewak #E4959A

RGB

 RED value IS 228 (89.45% from 255) = 42.94%

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

 BLUE value IS 154 (60.55% from 255) = 29%

R = 42.94%
G = 28.06%
B = 29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E4959A (or 0xE4959A) is known color: Wewak. HEX triplet: E4, 95 and 9A. RGB value is (228,149,154). Sum of RGB (Red+Green+Blue) = 228+149+154=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E4959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4959A is #1B6A65. Grayscale: #ADADAD. Windows color (decimal): -1796710 or 10130916. OLE color: 10130916.

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

Color convert

RGB 228 149 154 -
CMYK 0 0.35 0.32 0.11
HSL 356.2º 0.59% 0.74% -
HSV(B) 356.2º 0.35% 0.89% -
XYZ 48.58 40.32 35.79 -
YUV 173.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 228 149 154 0 0.35 0.32 0.11 356.2 0.59 0.74
Hex E4 95 9A 0 23 20 B 164 3B 4A
Octal 344 225 232 0 43 40 13 544 73 112
Binary 11100100 10010101 10011010 0 100011 100000 1011 101100100 111011 1001010

Color Harmonies of #E4959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4959A

Black with #E4959A

Text Example


Text Example

White with #E4959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4959A; }

 p { color: rgb(228,149,154); }

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

background-color css

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

 a { background-color: rgb(228,149,154); }

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

border-color css

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

 span { border-color: rgb(228,149,154); }

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