Html Css Color HEX #EF869F Mauvelous

📋 copy color: '#EF869F'

red 239 ◦ green 134 ◦ blue 159

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

Shades of Mauvelous #EF869F

Tints of Mauvelous #EF869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.19%

 BLUE value IS 159 (62.5% from 255) = 29.89%

R = 44.92%
G = 25.19%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF869F (or 0xEF869F) is known color: Mauvelous. HEX triplet: EF, 86 and 9F. RGB value is (239,134,159). Sum of RGB (Red+Green+Blue) = 239+134+159=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF869F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF869F is #107960. Grayscale: #A8A8A8. Windows color (decimal): -1079649 or 10454767. OLE color: 10454767.

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

Color convert

RGB 239 134 159 -
CMYK 0 0.44 0.33 0.06
HSL 345.71º 0.77% 0.73% -
HSV(B) 345.71º 0.44% 0.94% -
XYZ 50.38 37.9 37.46 -
YUV 168.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 239 134 159 0 0.44 0.33 0.06 345.71 0.77 0.73
Hex EF 86 9F 0 2C 21 6 15A 4D 49
Octal 357 206 237 0 54 41 6 532 115 111
Binary 11101111 10000110 10011111 0 101100 100001 110 101011010 1001101 1001001

Color Harmonies of #EF869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF869F

Black with #EF869F

Text Example


Text Example

White with #EF869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF869F; }

 p { color: rgb(239,134,159); }

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

background-color css

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

 a { background-color: rgb(239,134,159); }

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

border-color css

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

 span { border-color: rgb(239,134,159); }

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