Html Css Color HEX #EF8CAE Mauvelous

📋 copy color: '#EF8CAE'

red 239 ◦ green 140 ◦ blue 174

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

Shades of Mauvelous #EF8CAE

Tints of Mauvelous #EF8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.32%

 BLUE value IS 174 (68.36% from 255) = 31.46%

R = 43.22%
G = 25.32%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF8CAE (or 0xEF8CAE) is known color: Mauvelous. HEX triplet: EF, 8C and AE. RGB value is (239,140,174). Sum of RGB (Red+Green+Blue) = 239+140+174=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CAE is #107351. Grayscale: #ADADAD. Windows color (decimal): -1078098 or 11439343. OLE color: 11439343.

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

Color convert

RGB 239 140 174 -
CMYK 0 0.41 0.27 0.06
HSL 339.39º 0.76% 0.74% -
HSV(B) 339.39º 0.41% 0.94% -
XYZ 52.61 40.16 45.02 -
YUV 173.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 239 140 174 0 0.41 0.27 0.06 339.39 0.76 0.74
Hex EF 8C AE 0 29 1B 6 153 4C 4A
Octal 357 214 256 0 51 33 6 523 114 112
Binary 11101111 10001100 10101110 0 101001 11011 110 101010011 1001100 1001010

Color Harmonies of #EF8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CAE

Black with #EF8CAE

Text Example


Text Example

White with #EF8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CAE; }

 p { color: rgb(239,140,174); }

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

background-color css

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

 a { background-color: rgb(239,140,174); }

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

border-color css

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

 span { border-color: rgb(239,140,174); }

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