Html Css Color HEX #EF92AA Mauvelous

📋 copy color: '#EF92AA'

red 239 ◦ green 146 ◦ blue 170

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

Shades of Mauvelous #EF92AA

Tints of Mauvelous #EF92AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.31%

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

R = 43.06%
G = 26.31%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF92AA (or 0xEF92AA) is known color: Mauvelous. HEX triplet: EF, 92 and AA. RGB value is (239,146,170). Sum of RGB (Red+Green+Blue) = 239+146+170=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92AA is #106D55. Grayscale: #B0B0B0. Windows color (decimal): -1076566 or 11178735. OLE color: 11178735.

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

Color convert

RGB 239 146 170 -
CMYK 0 0.39 0.29 0.06
HSL 344.52º 0.74% 0.75% -
HSV(B) 344.52º 0.39% 0.94% -
XYZ 53.13 41.81 43.3 -
YUV 176.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 239 146 170 0 0.39 0.29 0.06 344.52 0.74 0.75
Hex EF 92 AA 0 27 1D 6 159 4A 4B
Octal 357 222 252 0 47 35 6 531 112 113
Binary 11101111 10010010 10101010 0 100111 11101 110 101011001 1001010 1001011

Color Harmonies of #EF92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF92AA

Black with #EF92AA

Text Example


Text Example

White with #EF92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF92AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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