Html Css Color HEX #E698A2 Wewak

📋 copy color: '#E698A2'

red 230 ◦ green 152 ◦ blue 162

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

Shades of Wewak #E698A2

Tints of Wewak #E698A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

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

R = 42.28%
G = 27.94%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E698A2 (or 0xE698A2) is known color: Wewak. HEX triplet: E6, 98 and A2. RGB value is (230,152,162). Sum of RGB (Red+Green+Blue) = 230+152+162=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E698A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698A2 is #19675D. Grayscale: #B0B0B0. Windows color (decimal): -1664862 or 10655974. OLE color: 10655974.

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

Color convert

RGB 230 152 162 -
CMYK 0 0.34 0.30 0.10
HSL 352.31º 0.61% 0.75% -
HSV(B) 352.31º 0.34% 0.9% -
XYZ 50.38 41.89 39.61 -
YUV 176.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 230 152 162 0 0.34 0.30 0.10 352.31 0.61 0.75
Hex E6 98 A2 0 22 1E A 160 3D 4B
Octal 346 230 242 0 42 36 12 540 75 113
Binary 11100110 10011000 10100010 0 100010 11110 1010 101100000 111101 1001011

Color Harmonies of #E698A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698A2

Black with #E698A2

Text Example


Text Example

White with #E698A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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