Html Css Color HEX #E68D9C Wewak

📋 copy color: '#E68D9C'

red 230 ◦ green 141 ◦ blue 156

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

Shades of Wewak #E68D9C

Tints of Wewak #E68D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.6%

R = 43.64%
G = 26.76%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E68D9C (or 0xE68D9C) is known color: Wewak. HEX triplet: E6, 8D and 9C. RGB value is (230,141,156). Sum of RGB (Red+Green+Blue) = 230+141+156=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D9C is #197263. Grayscale: #A9A9A9. Windows color (decimal): -1667684 or 10259942. OLE color: 10259942.

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

Color convert

RGB 230 141 156 -
CMYK 0 0.39 0.32 0.10
HSL 349.89º 0.64% 0.73% -
HSV(B) 349.89º 0.39% 0.9% -
XYZ 48.16 38.27 36.3 -
YUV 169.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 230 141 156 0 0.39 0.32 0.10 349.89 0.64 0.73
Hex E6 8D 9C 0 27 20 A 15E 40 49
Octal 346 215 234 0 47 40 12 536 100 111
Binary 11100110 10001101 10011100 0 100111 100000 1010 101011110 1000000 1001001

Color Harmonies of #E68D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D9C

Black with #E68D9C

Text Example


Text Example

White with #E68D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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