Html Css Color HEX #E5969F Wewak

📋 copy color: '#E5969F'

red 229 ◦ green 150 ◦ blue 159

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

Shades of Wewak #E5969F

Tints of Wewak #E5969F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.88%

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

R = 42.57%
G = 27.88%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5969F (or 0xE5969F) is known color: Wewak. HEX triplet: E5, 96 and 9F. RGB value is (229,150,159). Sum of RGB (Red+Green+Blue) = 229+150+159=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5969F is #1A6960. Grayscale: #AEAEAE. Windows color (decimal): -1730913 or 10458853. OLE color: 10458853.

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

Color convert

RGB 229 150 159 -
CMYK 0 0.34 0.31 0.10
HSL 353.16º 0.6% 0.74% -
HSV(B) 353.16º 0.34% 0.9% -
XYZ 49.48 40.97 38.1 -
YUV 174.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 229 150 159 0 0.34 0.31 0.10 353.16 0.6 0.74
Hex E5 96 9F 0 22 1F A 161 3C 4A
Octal 345 226 237 0 42 37 12 541 74 112
Binary 11100101 10010110 10011111 0 100010 11111 1010 101100001 111100 1001010

Color Harmonies of #E5969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5969F

Black with #E5969F

Text Example


Text Example

White with #E5969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5969F; }

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

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

background-color css

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

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

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

border-color css

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

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

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