Html Css Color HEX #E48F96 Wewak

📋 copy color: '#E48F96'

red 228 ◦ green 143 ◦ blue 150

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

Shades of Wewak #E48F96

Tints of Wewak #E48F96

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 43.76%
G = 27.45%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E48F96 (or 0xE48F96) is known color: Wewak. HEX triplet: E4, 8F and 96. RGB value is (228,143,150). Sum of RGB (Red+Green+Blue) = 228+143+150=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F96 is #1B7069. Grayscale: #A9A9A9. Windows color (decimal): -1798250 or 9867236. OLE color: 9867236.

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

Color convert

RGB 228 143 150 -
CMYK 0 0.37 0.34 0.11
HSL 355.06º 0.61% 0.73% -
HSV(B) 355.06º 0.37% 0.89% -
XYZ 47.32 38.34 33.76 -
YUV 169.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 228 143 150 0 0.37 0.34 0.11 355.06 0.61 0.73
Hex E4 8F 96 0 25 22 B 163 3D 49
Octal 344 217 226 0 45 42 13 543 75 111
Binary 11100100 10001111 10010110 0 100101 100010 1011 101100011 111101 1001001

Color Harmonies of #E48F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48F96

Black with #E48F96

Text Example


Text Example

White with #E48F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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