Html Css Color HEX #EF90AC Mauvelous

📋 copy color: '#EF90AC'

red 239 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #EF90AC

Tints of Mauvelous #EF90AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 172 (67.58% from 255) = 30.99%

R = 43.06%
G = 25.95%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF90AC (or 0xEF90AC) is known color: Mauvelous. HEX triplet: EF, 90 and AC. RGB value is (239,144,172). Sum of RGB (Red+Green+Blue) = 239+144+172=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90AC is #106F53. Grayscale: #AFAFAF. Windows color (decimal): -1077076 or 11309295. OLE color: 11309295.

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

Color convert

RGB 239 144 172 -
CMYK 0 0.40 0.28 0.06
HSL 342.32º 0.75% 0.75% -
HSV(B) 342.32º 0.4% 0.94% -
XYZ 53.02 41.28 44.2 -
YUV 175.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 239 144 172 0 0.40 0.28 0.06 342.32 0.75 0.75
Hex EF 90 AC 0 28 1C 6 156 4B 4B
Octal 357 220 254 0 50 34 6 526 113 113
Binary 11101111 10010000 10101100 0 101000 11100 110 101010110 1001011 1001011

Color Harmonies of #EF90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90AC

Black with #EF90AC

Text Example


Text Example

White with #EF90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90AC; }

 p { color: rgb(239,144,172); }

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

background-color css

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

 a { background-color: rgb(239,144,172); }

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

border-color css

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

 span { border-color: rgb(239,144,172); }

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