Html Css Color HEX #EBB3EF Plum

📋 copy color: '#EBB3EF'

red 235 ◦ green 179 ◦ blue 239

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

Shades of Plum #EBB3EF

Tints of Plum #EBB3EF

RGB

 RED value IS 235 (92.19% from 255) = 35.99%

 GREEN value IS 179 (70.31% from 255) = 27.41%

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 35.99%
G = 27.41%
B = 36.6%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBB3EF (or 0xEBB3EF) is known color: Plum. HEX triplet: EB, B3 and EF. RGB value is (235,179,239). Sum of RGB (Red+Green+Blue) = 235+179+239=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3EF is #144C10. Grayscale: #CACACA. Windows color (decimal): -1330193 or 15709163. OLE color: 15709163.

HSL color Cylindrical-coordinate representation of color #EBB3EF: hue angle of 296º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB3EF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 179 239 -
CMYK 0.02 0.25 0 0.06
HSL 296º 0.65% 0.82% -
HSV(B) 296º 0.25% 0.94% -
XYZ 65.96 56.13 89.02 -
YUV 202.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 235 179 239 0.02 0.25 0 0.06 296 0.65 0.82
Hex EB B3 EF 2 19 0 6 128 41 52
Octal 353 263 357 2 31 0 6 450 101 122
Binary 11101011 10110011 11101111 10 11001 0 110 100101000 1000001 1010010

Color Harmonies of #EBB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB3EF

Black with #EBB3EF

Text Example


Text Example

White with #EBB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB3EF; }

 p { color: rgb(235,179,239); }

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

background-color css

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

 a { background-color: rgb(235,179,239); }

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

border-color css

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

 span { border-color: rgb(235,179,239); }

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