Html Css Color HEX #EF8FA0 Wewak

📋 copy color: '#EF8FA0'

red 239 ◦ green 143 ◦ blue 160

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

Shades of Wewak #EF8FA0

Tints of Wewak #EF8FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 44.1%
G = 26.38%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF8FA0 (or 0xEF8FA0) is known color: Wewak. HEX triplet: EF, 8F and A0. RGB value is (239,143,160). Sum of RGB (Red+Green+Blue) = 239+143+160=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FA0 is #10705F. Grayscale: #ADADAD. Windows color (decimal): -1077344 or 10522607. OLE color: 10522607.

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

Color convert

RGB 239 143 160 -
CMYK 0 0.40 0.33 0.06
HSL 349.38º 0.75% 0.75% -
HSV(B) 349.38º 0.4% 0.94% -
XYZ 51.76 40.53 38.35 -
YUV 173.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 239 143 160 0 0.40 0.33 0.06 349.38 0.75 0.75
Hex EF 8F A0 0 28 21 6 15D 4B 4B
Octal 357 217 240 0 50 41 6 535 113 113
Binary 11101111 10001111 10100000 0 101000 100001 110 101011101 1001011 1001011

Color Harmonies of #EF8FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FA0

Black with #EF8FA0

Text Example


Text Example

White with #EF8FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FA0; }

 p { color: rgb(239,143,160); }

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

background-color css

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

 a { background-color: rgb(239,143,160); }

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

border-color css

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

 span { border-color: rgb(239,143,160); }

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