Html Css Color HEX #EFB2FB Mauve

📋 copy color: '#EFB2FB'

red 239 ◦ green 178 ◦ blue 251

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

Shades of Mauve #EFB2FB

Tints of Mauve #EFB2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.57%

R = 35.78%
G = 26.65%
B = 37.57%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB2FB (or 0xEFB2FB) is known color: Mauve. HEX triplet: EF, B2 and FB. RGB value is (239,178,251). Sum of RGB (Red+Green+Blue) = 239+178+251=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FB is #104D04. Grayscale: #CCCCCC. Windows color (decimal): -1068293 or 16495343. OLE color: 16495343.

HSL color Cylindrical-coordinate representation of color #EFB2FB: hue angle of 290.14º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB2FB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 178 251 -
CMYK 0.05 0.29 0 0.02
HSL 290.14º 0.9% 0.84% -
HSV(B) 290.14º 0.29% 0.98% -
XYZ 68.93 57.16 98.67 -
YUV 204.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 239 178 251 0.05 0.29 0 0.02 290.14 0.9 0.84
Hex EF B2 FB 5 1D 0 2 122 5A 54
Octal 357 262 373 5 35 0 2 442 132 124
Binary 11101111 10110010 11111011 101 11101 0 10 100100010 1011010 1010100

Color Harmonies of #EFB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2FB

Black with #EFB2FB

Text Example


Text Example

White with #EFB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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