Html Css Color HEX #EFB0F3 Plum

📋 copy color: '#EFB0F3'

red 239 ◦ green 176 ◦ blue 243

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

Shades of Plum #EFB0F3

Tints of Plum #EFB0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 36.32%
G = 26.75%
B = 36.93%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFB0F3 (or 0xEFB0F3) is known color: Plum. HEX triplet: EF, B0 and F3. RGB value is (239,176,243). Sum of RGB (Red+Green+Blue) = 239+176+243=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F3 is #104F0C. Grayscale: #CACACA. Windows color (decimal): -1068813 or 15970543. OLE color: 15970543.

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

Color convert

RGB 239 176 243 -
CMYK 0.02 0.28 0 0.05
HSL 296.42º 0.74% 0.82% -
HSV(B) 296.42º 0.28% 0.95% -
XYZ 67.3 55.87 92.03 -
YUV 202.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 239 176 243 0.02 0.28 0 0.05 296.42 0.74 0.82
Hex EF B0 F3 2 1C 0 5 128 4A 52
Octal 357 260 363 2 34 0 5 450 112 122
Binary 11101111 10110000 11110011 10 11100 0 101 100101000 1001010 1010010

Color Harmonies of #EFB0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0F3

Black with #EFB0F3

Text Example


Text Example

White with #EFB0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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