Html Css Color HEX #EBB1EF Plum

📋 copy color: '#EBB1EF'

red 235 ◦ green 177 ◦ blue 239

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

Shades of Plum #EBB1EF

Tints of Plum #EBB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.19%

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

R = 36.1%
G = 27.19%
B = 36.71%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBB1EF (or 0xEBB1EF) is known color: Plum. HEX triplet: EB, B1 and EF. RGB value is (235,177,239). Sum of RGB (Red+Green+Blue) = 235+177+239=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1EF is #144E10. Grayscale: #C9C9C9. Windows color (decimal): -1330705 or 15708651. OLE color: 15708651.

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

Color convert

RGB 235 177 239 -
CMYK 0.02 0.26 0 0.06
HSL 296.13º 0.66% 0.82% -
HSV(B) 296.13º 0.26% 0.94% -
XYZ 65.56 55.34 88.89 -
YUV 201.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 235 177 239 0.02 0.26 0 0.06 296.13 0.66 0.82
Hex EB B1 EF 2 1A 0 6 128 42 52
Octal 353 261 357 2 32 0 6 450 102 122
Binary 11101011 10110001 11101111 10 11010 0 110 100101000 1000010 1010010

Color Harmonies of #EBB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1EF

Black with #EBB1EF

Text Example


Text Example

White with #EBB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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