Html Css Color HEX #EF9AA0 Wewak

📋 copy color: '#EF9AA0'

red 239 ◦ green 154 ◦ blue 160

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

Shades of Wewak #EF9AA0

Tints of Wewak #EF9AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

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

R = 43.22%
G = 27.85%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF9AA0 (or 0xEF9AA0) is known color: Wewak. HEX triplet: EF, 9A and A0. RGB value is (239,154,160). Sum of RGB (Red+Green+Blue) = 239+154+160=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AA0 is #10655F. Grayscale: #B4B4B4. Windows color (decimal): -1074528 or 10525423. OLE color: 10525423.

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

Color convert

RGB 239 154 160 -
CMYK 0 0.36 0.33 0.06
HSL 355.76º 0.73% 0.77% -
HSV(B) 355.76º 0.36% 0.94% -
XYZ 53.5 44 38.93 -
YUV 180.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 239 154 160 0 0.36 0.33 0.06 355.76 0.73 0.77
Hex EF 9A A0 0 24 21 6 164 49 4D
Octal 357 232 240 0 44 41 6 544 111 115
Binary 11101111 10011010 10100000 0 100100 100001 110 101100100 1001001 1001101

Color Harmonies of #EF9AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9AA0

Black with #EF9AA0

Text Example


Text Example

White with #EF9AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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