Html Css Color HEX #E68E95 Wewak

📋 copy color: '#E68E95'

red 230 ◦ green 142 ◦ blue 149

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

Shades of Wewak #E68E95

Tints of Wewak #E68E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.26%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 44.15%
G = 27.26%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E68E95 (or 0xE68E95) is known color: Wewak. HEX triplet: E6, 8E and 95. RGB value is (230,142,149). Sum of RGB (Red+Green+Blue) = 230+142+149=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E95 is #19716A. Grayscale: #A9A9A9. Windows color (decimal): -1667435 or 9801446. OLE color: 9801446.

HSL color Cylindrical-coordinate representation of color #E68E95: hue angle of 355.23º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68E95 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 142 149 -
CMYK 0 0.38 0.35 0.10
HSL 355.23º 0.64% 0.73% -
HSV(B) 355.23º 0.38% 0.9% -
XYZ 47.73 38.34 33.32 -
YUV 169.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 230 142 149 0 0.38 0.35 0.10 355.23 0.64 0.73
Hex E6 8E 95 0 26 23 A 163 40 49
Octal 346 216 225 0 46 43 12 543 100 111
Binary 11100110 10001110 10010101 0 100110 100011 1010 101100011 1000000 1001001

Color Harmonies of #E68E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E95

Black with #E68E95

Text Example


Text Example

White with #E68E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E95; }

 p { color: rgb(230,142,149); }

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

background-color css

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

 a { background-color: rgb(230,142,149); }

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

border-color css

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

 span { border-color: rgb(230,142,149); }

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