Html Css Color HEX #E6949D Wewak

📋 copy color: '#E6949D'

red 230 ◦ green 148 ◦ blue 157

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

Shades of Wewak #E6949D

Tints of Wewak #E6949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.66%

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

R = 42.99%
G = 27.66%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6949D (or 0xE6949D) is known color: Wewak. HEX triplet: E6, 94 and 9D. RGB value is (230,148,157). Sum of RGB (Red+Green+Blue) = 230+148+157=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6949D is #196B62. Grayscale: #ADADAD. Windows color (decimal): -1665891 or 10327270. OLE color: 10327270.

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

Color convert

RGB 230 148 157 -
CMYK 0 0.36 0.32 0.10
HSL 353.41º 0.62% 0.74% -
HSV(B) 353.41º 0.36% 0.9% -
XYZ 49.31 40.44 37.1 -
YUV 173.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 230 148 157 0 0.36 0.32 0.10 353.41 0.62 0.74
Hex E6 94 9D 0 24 20 A 161 3E 4A
Octal 346 224 235 0 44 40 12 541 76 112
Binary 11100110 10010100 10011101 0 100100 100000 1010 101100001 111110 1001010

Color Harmonies of #E6949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6949D

Black with #E6949D

Text Example


Text Example

White with #E6949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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