Html Css Color HEX #EF90A4 Mauvelous

📋 copy color: '#EF90A4'

red 239 ◦ green 144 ◦ blue 164

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

Shades of Mauvelous #EF90A4

Tints of Mauvelous #EF90A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.98%

R = 43.69%
G = 26.33%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF90A4 (or 0xEF90A4) is known color: Mauvelous. HEX triplet: EF, 90 and A4. RGB value is (239,144,164). Sum of RGB (Red+Green+Blue) = 239+144+164=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90A4 is #106F5B. Grayscale: #AEAEAE. Windows color (decimal): -1077084 or 10785007. OLE color: 10785007.

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

Color convert

RGB 239 144 164 -
CMYK 0 0.40 0.31 0.06
HSL 347.37º 0.75% 0.75% -
HSV(B) 347.37º 0.4% 0.94% -
XYZ 52.27 40.98 40.28 -
YUV 174.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 239 144 164 0 0.40 0.31 0.06 347.37 0.75 0.75
Hex EF 90 A4 0 28 1F 6 15B 4B 4B
Octal 357 220 244 0 50 37 6 533 113 113
Binary 11101111 10010000 10100100 0 101000 11111 110 101011011 1001011 1001011

Color Harmonies of #EF90A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90A4

Black with #EF90A4

Text Example


Text Example

White with #EF90A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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