Html Css Color HEX #EBB0EE Plum

📋 copy color: '#EBB0EE'

red 235 ◦ green 176 ◦ blue 238

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

Shades of Plum #EBB0EE

Tints of Plum #EBB0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 36.21%
G = 27.12%
B = 36.67%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBB0EE (or 0xEBB0EE) is known color: Plum. HEX triplet: EB, B0 and EE. RGB value is (235,176,238). Sum of RGB (Red+Green+Blue) = 235+176+238=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0EE is #144F11. Grayscale: #C8C8C8. Windows color (decimal): -1330962 or 15642859. OLE color: 15642859.

HSL color Cylindrical-coordinate representation of color #EBB0EE: hue angle of 297.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB0EE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 176 238 -
CMYK 0.01 0.26 0 0.07
HSL 297.1º 0.65% 0.81% -
HSV(B) 297.1º 0.26% 0.93% -
XYZ 65.22 54.89 88.05 -
YUV 200.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 235 176 238 0.01 0.26 0 0.07 297.1 0.65 0.81
Hex EB B0 EE 1 1A 0 7 129 41 51
Octal 353 260 356 1 32 0 7 451 101 121
Binary 11101011 10110000 11101110 1 11010 0 111 100101001 1000001 1010001

Color Harmonies of #EBB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0EE

Black with #EBB0EE

Text Example


Text Example

White with #EBB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0EE; }

 p { color: rgb(235,176,238); }

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

background-color css

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

 a { background-color: rgb(235,176,238); }

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

border-color css

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

 span { border-color: rgb(235,176,238); }

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