Html Css Color HEX #E6949A Wewak

📋 copy color: '#E6949A'

red 230 ◦ green 148 ◦ blue 154

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

Shades of Wewak #E6949A

Tints of Wewak #E6949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 43.23%
G = 27.82%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6949A (or 0xE6949A) is known color: Wewak. HEX triplet: E6, 94 and 9A. RGB value is (230,148,154). Sum of RGB (Red+Green+Blue) = 230+148+154=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6949A is #196B65. Grayscale: #ADADAD. Windows color (decimal): -1665894 or 10130662. OLE color: 10130662.

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

Color convert

RGB 230 148 154 -
CMYK 0 0.36 0.33 0.10
HSL 355.61º 0.62% 0.74% -
HSV(B) 355.61º 0.36% 0.9% -
XYZ 49.06 40.34 35.77 -
YUV 173.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 230 148 154 0 0.36 0.33 0.10 355.61 0.62 0.74
Hex E6 94 9A 0 24 21 A 164 3E 4A
Octal 346 224 232 0 44 41 12 544 76 112
Binary 11100110 10010100 10011010 0 100100 100001 1010 101100100 111110 1001010

Color Harmonies of #E6949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6949A

Black with #E6949A

Text Example


Text Example

White with #E6949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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