Html Css Color HEX #E68E9E Wewak

📋 copy color: '#E68E9E'

red 230 ◦ green 142 ◦ blue 158

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

Shades of Wewak #E68E9E

Tints of Wewak #E68E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 43.4%
G = 26.79%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E68E9E (or 0xE68E9E) is known color: Wewak. HEX triplet: E6, 8E and 9E. RGB value is (230,142,158). Sum of RGB (Red+Green+Blue) = 230+142+158=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E9E is #197161. Grayscale: #AAAAAA. Windows color (decimal): -1667426 or 10391270. OLE color: 10391270.

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

Color convert

RGB 230 142 158 -
CMYK 0 0.38 0.31 0.10
HSL 349.09º 0.64% 0.73% -
HSV(B) 349.09º 0.38% 0.9% -
XYZ 48.48 38.64 37.25 -
YUV 170.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 230 142 158 0 0.38 0.31 0.10 349.09 0.64 0.73
Hex E6 8E 9E 0 26 1F A 15D 40 49
Octal 346 216 236 0 46 37 12 535 100 111
Binary 11100110 10001110 10011110 0 100110 11111 1010 101011101 1000000 1001001

Color Harmonies of #E68E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E9E

Black with #E68E9E

Text Example


Text Example

White with #E68E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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