Html Css Color HEX #E6959D Wewak

📋 copy color: '#E6959D'

red 230 ◦ green 149 ◦ blue 157

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

Shades of Wewak #E6959D

Tints of Wewak #E6959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 42.91%
G = 27.8%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6959D (or 0xE6959D) is known color: Wewak. HEX triplet: E6, 95 and 9D. RGB value is (230,149,157). Sum of RGB (Red+Green+Blue) = 230+149+157=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6959D is #196A62. Grayscale: #AEAEAE. Windows color (decimal): -1665635 or 10327526. OLE color: 10327526.

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

Color convert

RGB 230 149 157 -
CMYK 0 0.35 0.32 0.10
HSL 354.07º 0.62% 0.74% -
HSV(B) 354.07º 0.35% 0.9% -
XYZ 49.47 40.75 37.16 -
YUV 174.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 230 149 157 0 0.35 0.32 0.10 354.07 0.62 0.74
Hex E6 95 9D 0 23 20 A 162 3E 4A
Octal 346 225 235 0 43 40 12 542 76 112
Binary 11100110 10010101 10011101 0 100011 100000 1010 101100010 111110 1001010

Color Harmonies of #E6959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6959D

Black with #E6959D

Text Example


Text Example

White with #E6959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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