Html Css Color HEX #E4969D Wewak

📋 copy color: '#E4969D'

red 228 ◦ green 150 ◦ blue 157

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

Shades of Wewak #E4969D

Tints of Wewak #E4969D

RGB

 RED value IS 228 (89.45% from 255) = 42.62%

 GREEN value IS 150 (58.98% from 255) = 28.04%

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

R = 42.62%
G = 28.04%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E4969D (or 0xE4969D) is known color: Wewak. HEX triplet: E4, 96 and 9D. RGB value is (228,150,157). Sum of RGB (Red+Green+Blue) = 228+150+157=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E4969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4969D is #1B6962. Grayscale: #AEAEAE. Windows color (decimal): -1796451 or 10327780. OLE color: 10327780.

HSL color Cylindrical-coordinate representation of color #E4969D: hue angle of 354.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4969D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 150 157 -
CMYK 0 0.34 0.31 0.11
HSL 354.62º 0.59% 0.74% -
HSV(B) 354.62º 0.34% 0.89% -
XYZ 48.99 40.74 37.18 -
YUV 174.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 228 150 157 0 0.34 0.31 0.11 354.62 0.59 0.74
Hex E4 96 9D 0 22 1F B 163 3B 4A
Octal 344 226 235 0 42 37 13 543 73 112
Binary 11100100 10010110 10011101 0 100010 11111 1011 101100011 111011 1001010

Color Harmonies of #E4969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4969D

Black with #E4969D

Text Example


Text Example

White with #E4969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4969D; }

 p { color: rgb(228,150,157); }

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

background-color css

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

 a { background-color: rgb(228,150,157); }

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

border-color css

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

 span { border-color: rgb(228,150,157); }

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