Html Css Color HEX #E69EA2 Wewak

📋 copy color: '#E69EA2'

red 230 ◦ green 158 ◦ blue 162

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

Shades of Wewak #E69EA2

Tints of Wewak #E69EA2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

 BLUE value IS 162 (63.67% from 255) = 29.45%

R = 41.82%
G = 28.73%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E69EA2 (or 0xE69EA2) is known color: Wewak. HEX triplet: E6, 9E and A2. RGB value is (230,158,162). Sum of RGB (Red+Green+Blue) = 230+158+162=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA2 is #19615D. Grayscale: #B4B4B4. Windows color (decimal): -1663326 or 10657510. OLE color: 10657510.

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

Color convert

RGB 230 158 162 -
CMYK 0 0.31 0.30 0.10
HSL 356.67º 0.59% 0.76% -
HSV(B) 356.67º 0.31% 0.9% -
XYZ 51.38 43.89 39.95 -
YUV 179.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 230 158 162 0 0.31 0.30 0.10 356.67 0.59 0.76
Hex E6 9E A2 0 1F 1E A 165 3B 4C
Octal 346 236 242 0 37 36 12 545 73 114
Binary 11100110 10011110 10100010 0 11111 11110 1010 101100101 111011 1001100

Color Harmonies of #E69EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EA2

Black with #E69EA2

Text Example


Text Example

White with #E69EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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