Html Css Color HEX #E69096 Wewak

📋 copy color: '#E69096'

red 230 ◦ green 144 ◦ blue 150

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

Shades of Wewak #E69096

Tints of Wewak #E69096

RGB

 RED value IS 230 (90.23% from 255) = 43.89%

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

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

R = 43.89%
G = 27.48%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E69096 (or 0xE69096) is known color: Wewak. HEX triplet: E6, 90 and 96. RGB value is (230,144,150). Sum of RGB (Red+Green+Blue) = 230+144+150=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E69096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69096 is #196F69. Grayscale: #AAAAAA. Windows color (decimal): -1666922 or 9867494. OLE color: 9867494.

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

Color convert

RGB 230 144 150 -
CMYK 0 0.37 0.35 0.10
HSL 355.81º 0.63% 0.73% -
HSV(B) 355.81º 0.37% 0.9% -
XYZ 48.11 38.97 33.84 -
YUV 170.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 230 144 150 0 0.37 0.35 0.10 355.81 0.63 0.73
Hex E6 90 96 0 25 23 A 164 3F 49
Octal 346 220 226 0 45 43 12 544 77 111
Binary 11100110 10010000 10010110 0 100101 100011 1010 101100100 111111 1001001

Color Harmonies of #E69096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69096

Black with #E69096

Text Example


Text Example

White with #E69096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69096; }

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

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

background-color css

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

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

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

border-color css

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

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

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