Html Css Color HEX #E69B9E Wewak

📋 copy color: '#E69B9E'

red 230 ◦ green 155 ◦ blue 158

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

Shades of Wewak #E69B9E

Tints of Wewak #E69B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.55%

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

R = 42.36%
G = 28.55%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E69B9E (or 0xE69B9E) is known color: Wewak. HEX triplet: E6, 9B and 9E. RGB value is (230,155,158). Sum of RGB (Red+Green+Blue) = 230+155+158=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B9E is #196461. Grayscale: #B1B1B1. Windows color (decimal): -1664098 or 10394598. OLE color: 10394598.

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

Color convert

RGB 230 155 158 -
CMYK 0 0.33 0.31 0.10
HSL 357.6º 0.6% 0.75% -
HSV(B) 357.6º 0.33% 0.9% -
XYZ 50.53 42.73 37.93 -
YUV 177.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 230 155 158 0 0.33 0.31 0.10 357.6 0.6 0.75
Hex E6 9B 9E 0 21 1F A 166 3C 4B
Octal 346 233 236 0 41 37 12 546 74 113
Binary 11100110 10011011 10011110 0 100001 11111 1010 101100110 111100 1001011

Color Harmonies of #E69B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B9E

Black with #E69B9E

Text Example


Text Example

White with #E69B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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