Html Css Color HEX #EF90A2 Mauvelous

📋 copy color: '#EF90A2'

red 239 ◦ green 144 ◦ blue 162

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

Shades of Mauvelous #EF90A2

Tints of Mauvelous #EF90A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.72%

R = 43.85%
G = 26.42%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF90A2 (or 0xEF90A2) is known color: Mauvelous. HEX triplet: EF, 90 and A2. RGB value is (239,144,162). Sum of RGB (Red+Green+Blue) = 239+144+162=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90A2 is #106F5D. Grayscale: #AEAEAE. Windows color (decimal): -1077086 or 10653935. OLE color: 10653935.

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

Color convert

RGB 239 144 162 -
CMYK 0 0.40 0.32 0.06
HSL 348.63º 0.75% 0.75% -
HSV(B) 348.63º 0.4% 0.94% -
XYZ 52.09 40.91 39.33 -
YUV 174.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 239 144 162 0 0.40 0.32 0.06 348.63 0.75 0.75
Hex EF 90 A2 0 28 20 6 15D 4B 4B
Octal 357 220 242 0 50 40 6 535 113 113
Binary 11101111 10010000 10100010 0 101000 100000 110 101011101 1001011 1001011

Color Harmonies of #EF90A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90A2

Black with #EF90A2

Text Example


Text Example

White with #EF90A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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