Html Css Color HEX #E5949F Wewak

📋 copy color: '#E5949F'

red 229 ◦ green 148 ◦ blue 159

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

Shades of Wewak #E5949F

Tints of Wewak #E5949F

RGB

 RED value IS 229 (89.84% from 255) = 42.72%

 GREEN value IS 148 (58.2% from 255) = 27.61%

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

R = 42.72%
G = 27.61%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5949F (or 0xE5949F) is known color: Wewak. HEX triplet: E5, 94 and 9F. RGB value is (229,148,159). Sum of RGB (Red+Green+Blue) = 229+148+159=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5949F is #1A6B60. Grayscale: #ADADAD. Windows color (decimal): -1731425 or 10458341. OLE color: 10458341.

HSL color Cylindrical-coordinate representation of color #E5949F: hue angle of 351.85º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5949F is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 159 -
CMYK 0 0.35 0.31 0.10
HSL 351.85º 0.61% 0.74% -
HSV(B) 351.85º 0.35% 0.9% -
XYZ 49.16 40.34 38 -
YUV 173.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 229 148 159 0 0.35 0.31 0.10 351.85 0.61 0.74
Hex E5 94 9F 0 23 1F A 160 3D 4A
Octal 345 224 237 0 43 37 12 540 75 112
Binary 11100101 10010100 10011111 0 100011 11111 1010 101100000 111101 1001010

Color Harmonies of #E5949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5949F

Black with #E5949F

Text Example


Text Example

White with #E5949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5949F; }

 p { color: rgb(229,148,159); }

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

background-color css

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

 a { background-color: rgb(229,148,159); }

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

border-color css

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

 span { border-color: rgb(229,148,159); }

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