Html Css Color HEX #E69D9E Wewak

📋 copy color: '#E69D9E'

red 230 ◦ green 157 ◦ blue 158

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

Shades of Wewak #E69D9E

Tints of Wewak #E69D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.81%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 42.2%
G = 28.81%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E69D9E (or 0xE69D9E) is known color: Wewak. HEX triplet: E6, 9D and 9E. RGB value is (230,157,158). Sum of RGB (Red+Green+Blue) = 230+157+158=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D9E is #196261. Grayscale: #B3B3B3. Windows color (decimal): -1663586 or 10395110. OLE color: 10395110.

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

Color convert

RGB 230 157 158 -
CMYK 0 0.32 0.31 0.10
HSL 359.18º 0.59% 0.76% -
HSV(B) 359.18º 0.32% 0.9% -
XYZ 50.86 43.41 38.05 -
YUV 178.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 230 157 158 0 0.32 0.31 0.10 359.18 0.59 0.76
Hex E6 9D 9E 0 20 1F A 167 3B 4C
Octal 346 235 236 0 40 37 12 547 73 114
Binary 11100110 10011101 10011110 0 100000 11111 1010 101100111 111011 1001100

Color Harmonies of #E69D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D9E

Black with #E69D9E

Text Example


Text Example

White with #E69D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D9E; }

 p { color: rgb(230,157,158); }

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

background-color css

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

 a { background-color: rgb(230,157,158); }

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

border-color css

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

 span { border-color: rgb(230,157,158); }

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