Html Css Color HEX #EF868D Wewak

📋 copy color: '#EF868D'

red 239 ◦ green 134 ◦ blue 141

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

Shades of Wewak #EF868D

Tints of Wewak #EF868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.07%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 46.5%
G = 26.07%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF868D (or 0xEF868D) is known color: Wewak. HEX triplet: EF, 86 and 8D. RGB value is (239,134,141). Sum of RGB (Red+Green+Blue) = 239+134+141=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF868D is #107972. Grayscale: #A6A6A6. Windows color (decimal): -1079667 or 9275119. OLE color: 9275119.

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

Color convert

RGB 239 134 141 -
CMYK 0 0.44 0.41 0.06
HSL 356º 0.77% 0.73% -
HSV(B) 356º 0.44% 0.94% -
XYZ 48.93 37.32 29.82 -
YUV 166.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 239 134 141 0 0.44 0.41 0.06 356 0.77 0.73
Hex EF 86 8D 0 2C 29 6 164 4D 49
Octal 357 206 215 0 54 51 6 544 115 111
Binary 11101111 10000110 10001101 0 101100 101001 110 101100100 1001101 1001001

Color Harmonies of #EF868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF868D

Black with #EF868D

Text Example


Text Example

White with #EF868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF868D; }

 p { color: rgb(239,134,141); }

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

background-color css

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

 a { background-color: rgb(239,134,141); }

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

border-color css

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

 span { border-color: rgb(239,134,141); }

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