Html Css Color HEX #E68D9B Wewak

📋 copy color: '#E68D9B'

red 230 ◦ green 141 ◦ blue 155

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

Shades of Wewak #E68D9B

Tints of Wewak #E68D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 43.73%
G = 26.81%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E68D9B (or 0xE68D9B) is known color: Wewak. HEX triplet: E6, 8D and 9B. RGB value is (230,141,155). Sum of RGB (Red+Green+Blue) = 230+141+155=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D9B is #197264. Grayscale: #A9A9A9. Windows color (decimal): -1667685 or 10194406. OLE color: 10194406.

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

Color convert

RGB 230 141 155 -
CMYK 0 0.39 0.33 0.10
HSL 350.56º 0.64% 0.73% -
HSV(B) 350.56º 0.39% 0.9% -
XYZ 48.07 38.24 35.86 -
YUV 169.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 230 141 155 0 0.39 0.33 0.10 350.56 0.64 0.73
Hex E6 8D 9B 0 27 21 A 15F 40 49
Octal 346 215 233 0 47 41 12 537 100 111
Binary 11100110 10001101 10011011 0 100111 100001 1010 101011111 1000000 1001001

Color Harmonies of #E68D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D9B

Black with #E68D9B

Text Example


Text Example

White with #E68D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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