Html Css Color HEX #E19096 Wewak

📋 copy color: '#E19096'

red 225 ◦ green 144 ◦ blue 150

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

Shades of Wewak #E19096

Tints of Wewak #E19096

RGB

 RED value IS 225 (88.28% from 255) = 43.35%

 GREEN value IS 144 (56.64% from 255) = 27.75%

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 43.35%
G = 27.75%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E19096 (or 0xE19096) is known color: Wewak. HEX triplet: E1, 90 and 96. RGB value is (225,144,150). Sum of RGB (Red+Green+Blue) = 225+144+150=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E19096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19096 is #1E6F69. Grayscale: #A8A8A8. Windows color (decimal): -1994602 or 9867489. OLE color: 9867489.

HSL color Cylindrical-coordinate representation of color #E19096: hue angle of 355.56º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19096 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 150 -
CMYK 0 0.36 0.33 0.12
HSL 355.56º 0.57% 0.72% -
HSV(B) 355.56º 0.36% 0.88% -
XYZ 46.53 38.16 33.77 -
YUV 168.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 225 144 150 0 0.36 0.33 0.12 355.56 0.57 0.72
Hex E1 90 96 0 24 21 C 164 39 48
Octal 341 220 226 0 44 41 14 544 71 110
Binary 11100001 10010000 10010110 0 100100 100001 1100 101100100 111001 1001000

Color Harmonies of #E19096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19096

Black with #E19096

Text Example


Text Example

White with #E19096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19096; }

 p { color: rgb(225,144,150); }

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

background-color css

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

 a { background-color: rgb(225,144,150); }

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

border-color css

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

 span { border-color: rgb(225,144,150); }

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