Html Css Color HEX #EF94AA Mauvelous

📋 copy color: '#EF94AA'

red 239 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #EF94AA

Tints of Mauvelous #EF94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.57%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 42.91%
G = 26.57%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF94AA (or 0xEF94AA) is known color: Mauvelous. HEX triplet: EF, 94 and AA. RGB value is (239,148,170). Sum of RGB (Red+Green+Blue) = 239+148+170=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94AA is #106B55. Grayscale: #B1B1B1. Windows color (decimal): -1076054 or 11179247. OLE color: 11179247.

HSL color Cylindrical-coordinate representation of color #EF94AA: hue angle of 345.49º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94AA is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 148 170 -
CMYK 0 0.38 0.29 0.06
HSL 345.49º 0.74% 0.76% -
HSV(B) 345.49º 0.38% 0.94% -
XYZ 53.44 42.43 43.4 -
YUV 177.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 239 148 170 0 0.38 0.29 0.06 345.49 0.74 0.76
Hex EF 94 AA 0 26 1D 6 159 4A 4C
Octal 357 224 252 0 46 35 6 531 112 114
Binary 11101111 10010100 10101010 0 100110 11101 110 101011001 1001010 1001100

Color Harmonies of #EF94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF94AA

Black with #EF94AA

Text Example


Text Example

White with #EF94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF94AA; }

 p { color: rgb(239,148,170); }

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

background-color css

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

 a { background-color: rgb(239,148,170); }

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

border-color css

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

 span { border-color: rgb(239,148,170); }

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