Html Css Color HEX #EF9CFF Mauve

📋 copy color: '#EF9CFF'

red 239 ◦ green 156 ◦ blue 255

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

Shades of Mauve #EF9CFF

Tints of Mauve #EF9CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24%

 BLUE value IS 255 (100% from 255) = 39.23%

R = 36.77%
G = 24%
B = 39.23%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF9CFF (or 0xEF9CFF) is known color: Mauve. HEX triplet: EF, 9C and FF. RGB value is (239,156,255). Sum of RGB (Red+Green+Blue) = 239+156+255=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 156 (61.33% from 255 or 24% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CFF is #106300. Grayscale: #BFBFBF. Windows color (decimal): -1073921 or 16751855. OLE color: 16751855.

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

Color convert

RGB 239 156 255 -
CMYK 0.06 0.39 0 0
HSL 290.3º 1% 0.81% -
HSV(B) 290.3º 0.39% 1% -
XYZ 65.54 49.35 100.68 -
YUV 192.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 239 156 255 0.06 0.39 0 0 290.3 1 0.81
Hex EF 9C FF 6 27 0 0 122 64 51
Octal 357 234 377 6 47 0 0 442 144 121
Binary 11101111 10011100 11111111 110 100111 0 0 100100010 1100100 1010001

Color Harmonies of #EF9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9CFF

Black with #EF9CFF

Text Example


Text Example

White with #EF9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9CFF; }

 p { color: rgb(239,156,255); }

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

background-color css

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

 a { background-color: rgb(239,156,255); }

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

border-color css

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

 span { border-color: rgb(239,156,255); }

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