Html Css Color HEX #E68D95 Wewak

📋 copy color: '#E68D95'

red 230 ◦ green 141 ◦ blue 149

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

Shades of Wewak #E68D95

Tints of Wewak #E68D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

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

R = 44.23%
G = 27.12%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E68D95 (or 0xE68D95) is known color: Wewak. HEX triplet: E6, 8D and 95. RGB value is (230,141,149). Sum of RGB (Red+Green+Blue) = 230+141+149=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D95 is #19726A. Grayscale: #A8A8A8. Windows color (decimal): -1667691 or 9801190. OLE color: 9801190.

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

Color convert

RGB 230 141 149 -
CMYK 0 0.39 0.35 0.10
HSL 354.61º 0.64% 0.73% -
HSV(B) 354.61º 0.39% 0.9% -
XYZ 47.58 38.04 33.27 -
YUV 168.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 230 141 149 0 0.39 0.35 0.10 354.61 0.64 0.73
Hex E6 8D 95 0 27 23 A 163 40 49
Octal 346 215 225 0 47 43 12 543 100 111
Binary 11100110 10001101 10010101 0 100111 100011 1010 101100011 1000000 1001001

Color Harmonies of #E68D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D95

Black with #E68D95

Text Example


Text Example

White with #E68D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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