Html Css Color HEX #EF93AA Mauvelous

📋 copy color: '#EF93AA'

red 239 ◦ green 147 ◦ blue 170

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

Shades of Mauvelous #EF93AA

Tints of Mauvelous #EF93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.44%

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

R = 42.99%
G = 26.44%
B = 30.58%

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

#EF93AA (or 0xEF93AA) is known color: Mauvelous. HEX triplet: EF, 93 and AA. RGB value is (239,147,170). Sum of RGB (Red+Green+Blue) = 239+147+170=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF93AA is #106C55. Grayscale: #B1B1B1. Windows color (decimal): -1076310 or 11178991. OLE color: 11178991.

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

Color convert

RGB 239 147 170 -
CMYK 0 0.38 0.29 0.06
HSL 345º 0.74% 0.76% -
HSV(B) 345º 0.38% 0.94% -
XYZ 53.29 42.12 43.35 -
YUV 177.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 239 147 170 0 0.38 0.29 0.06 345 0.74 0.76
Hex EF 93 AA 0 26 1D 6 159 4A 4C
Octal 357 223 252 0 46 35 6 531 112 114
Binary 11101111 10010011 10101010 0 100110 11101 110 101011001 1001010 1001100

Color Harmonies of #EF93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93AA

Black with #EF93AA

Text Example


Text Example

White with #EF93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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