Html Css Color HEX #E69DA1 Wewak

📋 copy color: '#E69DA1'

red 230 ◦ green 157 ◦ blue 161

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

Shades of Wewak #E69DA1

Tints of Wewak #E69DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.38%

R = 41.97%
G = 28.65%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E69DA1 (or 0xE69DA1) is known color: Wewak. HEX triplet: E6, 9D and A1. RGB value is (230,157,161). Sum of RGB (Red+Green+Blue) = 230+157+161=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA1 is #19625E. Grayscale: #B3B3B3. Windows color (decimal): -1663583 or 10591718. OLE color: 10591718.

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

Color convert

RGB 230 157 161 -
CMYK 0 0.32 0.3 0.10
HSL 356.71º 0.59% 0.76% -
HSV(B) 356.71º 0.32% 0.9% -
XYZ 51.12 43.51 39.42 -
YUV 179.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 230 157 161 0 0.32 0.3 0.10 356.71 0.59 0.76
Hex E6 9D A1 0 20 1E A 165 3B 4C
Octal 346 235 241 0 40 36 12 545 73 114
Binary 11100110 10011101 10100001 0 100000 11110 1010 101100101 111011 1001100

Color Harmonies of #E69DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DA1

Black with #E69DA1

Text Example


Text Example

White with #E69DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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