Html Css Color HEX #EF90A9 Mauvelous

📋 copy color: '#EF90A9'

red 239 ◦ green 144 ◦ blue 169

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

Shades of Mauvelous #EF90A9

Tints of Mauvelous #EF90A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.62%

R = 43.3%
G = 26.09%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF90A9 (or 0xEF90A9) is known color: Mauvelous. HEX triplet: EF, 90 and A9. RGB value is (239,144,169). Sum of RGB (Red+Green+Blue) = 239+144+169=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90A9 is #106F56. Grayscale: #AFAFAF. Windows color (decimal): -1077079 or 11112687. OLE color: 11112687.

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

Color convert

RGB 239 144 169 -
CMYK 0 0.40 0.29 0.06
HSL 344.21º 0.75% 0.75% -
HSV(B) 344.21º 0.4% 0.94% -
XYZ 52.73 41.16 42.7 -
YUV 175.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 239 144 169 0 0.40 0.29 0.06 344.21 0.75 0.75
Hex EF 90 A9 0 28 1D 6 158 4B 4B
Octal 357 220 251 0 50 35 6 530 113 113
Binary 11101111 10010000 10101001 0 101000 11101 110 101011000 1001011 1001011

Color Harmonies of #EF90A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90A9

Black with #EF90A9

Text Example


Text Example

White with #EF90A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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