Html Css Color HEX #EFB2FF Mauve

📋 copy color: '#EFB2FF'

red 239 ◦ green 178 ◦ blue 255

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

Shades of Mauve #EFB2FF

Tints of Mauve #EFB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.49%

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

R = 35.57%
G = 26.49%
B = 37.95%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFB2FF (or 0xEFB2FF) is known color: Mauve. HEX triplet: EF, B2 and FF. RGB value is (239,178,255). Sum of RGB (Red+Green+Blue) = 239+178+255=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FF is #104D00. Grayscale: #CCCCCC. Windows color (decimal): -1068289 or 16757487. OLE color: 16757487.

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

Color convert

RGB 239 178 255 -
CMYK 0.06 0.30 0 0
HSL 287.53º 1% 0.85% -
HSV(B) 287.53º 0.3% 1% -
XYZ 69.57 57.41 102.02 -
YUV 205.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 239 178 255 0.06 0.30 0 0 287.53 1 0.85
Hex EF B2 FF 6 1E 0 0 120 64 55
Octal 357 262 377 6 36 0 0 440 144 125
Binary 11101111 10110010 11111111 110 11110 0 0 100100000 1100100 1010101

Color Harmonies of #EFB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2FF

Black with #EFB2FF

Text Example


Text Example

White with #EFB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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