Html Css Color HEX #EF8E96 Wewak

📋 copy color: '#EF8E96'

red 239 ◦ green 142 ◦ blue 150

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

Shades of Wewak #EF8E96

Tints of Wewak #EF8E96

RGB

 RED value IS 239 (93.75% from 255) = 45.01%

 GREEN value IS 142 (55.86% from 255) = 26.74%

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

R = 45.01%
G = 26.74%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF8E96 (or 0xEF8E96) is known color: Wewak. HEX triplet: EF, 8E and 96. RGB value is (239,142,150). Sum of RGB (Red+Green+Blue) = 239+142+150=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E96 is #107169. Grayscale: #ABABAB. Windows color (decimal): -1077610 or 9866991. OLE color: 9866991.

HSL color Cylindrical-coordinate representation of color #EF8E96: hue angle of 355.05º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8E96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 142 150 -
CMYK 0 0.41 0.37 0.06
HSL 355.05º 0.75% 0.75% -
HSV(B) 355.05º 0.41% 0.94% -
XYZ 50.77 39.9 33.88 -
YUV 171.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 239 142 150 0 0.41 0.37 0.06 355.05 0.75 0.75
Hex EF 8E 96 0 29 25 6 163 4B 4B
Octal 357 216 226 0 51 45 6 543 113 113
Binary 11101111 10001110 10010110 0 101001 100101 110 101100011 1001011 1001011

Color Harmonies of #EF8E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E96

Black with #EF8E96

Text Example


Text Example

White with #EF8E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E96; }

 p { color: rgb(239,142,150); }

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

background-color css

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

 a { background-color: rgb(239,142,150); }

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

border-color css

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

 span { border-color: rgb(239,142,150); }

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