Html Css Color HEX #E69EA4 Wewak

📋 copy color: '#E69EA4'

red 230 ◦ green 158 ◦ blue 164

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

Shades of Wewak #E69EA4

Tints of Wewak #E69EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.71%

R = 41.67%
G = 28.62%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E69EA4 (or 0xE69EA4) is known color: Wewak. HEX triplet: E6, 9E and A4. RGB value is (230,158,164). Sum of RGB (Red+Green+Blue) = 230+158+164=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA4 is #19615B. Grayscale: #B4B4B4. Windows color (decimal): -1663324 or 10788582. OLE color: 10788582.

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

Color convert

RGB 230 158 164 -
CMYK 0 0.31 0.29 0.10
HSL 355º 0.59% 0.76% -
HSV(B) 355º 0.31% 0.9% -
XYZ 51.56 43.96 40.89 -
YUV 180.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 230 158 164 0 0.31 0.29 0.10 355 0.59 0.76
Hex E6 9E A4 0 1F 1D A 163 3B 4C
Octal 346 236 244 0 37 35 12 543 73 114
Binary 11100110 10011110 10100100 0 11111 11101 1010 101100011 111011 1001100

Color Harmonies of #E69EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EA4

Black with #E69EA4

Text Example


Text Example

White with #E69EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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