Html Css Color HEX #EFB0F1 Plum

📋 copy color: '#EFB0F1'

red 239 ◦ green 176 ◦ blue 241

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

Shades of Plum #EFB0F1

Tints of Plum #EFB0F1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.83%

 BLUE value IS 241 (94.53% from 255) = 36.74%

R = 36.43%
G = 26.83%
B = 36.74%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFB0F1 (or 0xEFB0F1) is known color: Plum. HEX triplet: EF, B0 and F1. RGB value is (239,176,241). Sum of RGB (Red+Green+Blue) = 239+176+241=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F1 is #104F0E. Grayscale: #CACACA. Windows color (decimal): -1068815 or 15839471. OLE color: 15839471.

HSL color Cylindrical-coordinate representation of color #EFB0F1: hue angle of 298.15º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB0F1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 176 241 -
CMYK 0.01 0.27 0 0.05
HSL 298.15º 0.7% 0.82% -
HSV(B) 298.15º 0.27% 0.95% -
XYZ 67 55.75 90.45 -
YUV 202.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 239 176 241 0.01 0.27 0 0.05 298.15 0.7 0.82
Hex EF B0 F1 1 1B 0 5 12A 46 52
Octal 357 260 361 1 33 0 5 452 106 122
Binary 11101111 10110000 11110001 1 11011 0 101 100101010 1000110 1010010

Color Harmonies of #EFB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0F1

Black with #EFB0F1

Text Example


Text Example

White with #EFB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0F1; }

 p { color: rgb(239,176,241); }

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

background-color css

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

 a { background-color: rgb(239,176,241); }

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

border-color css

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

 span { border-color: rgb(239,176,241); }

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