Html Css Color HEX #EF85A5 Mauvelous

📋 copy color: '#EF85A5'

red 239 ◦ green 133 ◦ blue 165

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

Shades of Mauvelous #EF85A5

Tints of Mauvelous #EF85A5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 44.51%
G = 24.77%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF85A5 (or 0xEF85A5) is known color: Mauvelous. HEX triplet: EF, 85 and A5. RGB value is (239,133,165). Sum of RGB (Red+Green+Blue) = 239+133+165=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85A5 is #107A5A. Grayscale: #A8A8A8. Windows color (decimal): -1079899 or 10847727. OLE color: 10847727.

HSL color Cylindrical-coordinate representation of color #EF85A5: hue angle of 341.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85A5 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 165 -
CMYK 0 0.44 0.31 0.06
HSL 341.89º 0.77% 0.73% -
HSV(B) 341.89º 0.44% 0.94% -
XYZ 50.78 37.84 40.23 -
YUV 168.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 239 133 165 0 0.44 0.31 0.06 341.89 0.77 0.73
Hex EF 85 A5 0 2C 1F 6 156 4D 49
Octal 357 205 245 0 54 37 6 526 115 111
Binary 11101111 10000101 10100101 0 101100 11111 110 101010110 1001101 1001001

Color Harmonies of #EF85A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85A5

Black with #EF85A5

Text Example


Text Example

White with #EF85A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85A5; }

 p { color: rgb(239,133,165); }

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

background-color css

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

 a { background-color: rgb(239,133,165); }

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

border-color css

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

 span { border-color: rgb(239,133,165); }

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