Html Css Color HEX #EF9AA8 Mauvelous

📋 copy color: '#EF9AA8'

red 239 ◦ green 154 ◦ blue 168

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

Shades of Mauvelous #EF9AA8

Tints of Mauvelous #EF9AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.95%

R = 42.6%
G = 27.45%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF9AA8 (or 0xEF9AA8) is known color: Mauvelous. HEX triplet: EF, 9A and A8. RGB value is (239,154,168). Sum of RGB (Red+Green+Blue) = 239+154+168=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AA8 is #106557. Grayscale: #B5B5B5. Windows color (decimal): -1074520 or 11049711. OLE color: 11049711.

HSL color Cylindrical-coordinate representation of color #EF9AA8: hue angle of 350.12º 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 #EF9AA8 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 168 -
CMYK 0 0.36 0.30 0.06
HSL 350.12º 0.73% 0.77% -
HSV(B) 350.12º 0.36% 0.94% -
XYZ 54.22 44.29 42.74 -
YUV 181.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 239 154 168 0 0.36 0.30 0.06 350.12 0.73 0.77
Hex EF 9A A8 0 24 1E 6 15E 49 4D
Octal 357 232 250 0 44 36 6 536 111 115
Binary 11101111 10011010 10101000 0 100100 11110 110 101011110 1001001 1001101

Color Harmonies of #EF9AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9AA8

Black with #EF9AA8

Text Example


Text Example

White with #EF9AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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