Html Css Color HEX #E69B9C Wewak

📋 copy color: '#E69B9C'

red 230 ◦ green 155 ◦ blue 156

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

Shades of Wewak #E69B9C

Tints of Wewak #E69B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.84%

R = 42.51%
G = 28.65%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E69B9C (or 0xE69B9C) is known color: Wewak. HEX triplet: E6, 9B and 9C. RGB value is (230,155,156). Sum of RGB (Red+Green+Blue) = 230+155+156=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B9C is #196463. Grayscale: #B1B1B1. Windows color (decimal): -1664100 or 10263526. OLE color: 10263526.

HSL color Cylindrical-coordinate representation of color #E69B9C: hue angle of 359.2º 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 #E69B9C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 155 156 -
CMYK 0 0.33 0.32 0.10
HSL 359.2º 0.6% 0.75% -
HSV(B) 359.2º 0.33% 0.9% -
XYZ 50.36 42.67 37.03 -
YUV 177.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 230 155 156 0 0.33 0.32 0.10 359.2 0.6 0.75
Hex E6 9B 9C 0 21 20 A 167 3C 4B
Octal 346 233 234 0 41 40 12 547 74 113
Binary 11100110 10011011 10011100 0 100001 100000 1010 101100111 111100 1001011

Color Harmonies of #E69B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B9C

Black with #E69B9C

Text Example


Text Example

White with #E69B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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