Html Css Color HEX #EBACF0 Plum

📋 copy color: '#EBACF0'

red 235 ◦ green 172 ◦ blue 240

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

Shades of Plum #EBACF0

Tints of Plum #EBACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.58%

 BLUE value IS 240 (94.14% from 255) = 37.09%

R = 36.32%
G = 26.58%
B = 37.09%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBACF0 (or 0xEBACF0) is known color: Plum. HEX triplet: EB, AC and F0. RGB value is (235,172,240). Sum of RGB (Red+Green+Blue) = 235+172+240=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF0 is #14530F. Grayscale: #C6C6C6. Windows color (decimal): -1331984 or 15772907. OLE color: 15772907.

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

Color convert

RGB 235 172 240 -
CMYK 0.02 0.28 0 0.06
HSL 295.59º 0.69% 0.81% -
HSV(B) 295.59º 0.28% 0.94% -
XYZ 64.74 53.46 89.34 -
YUV 198.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 235 172 240 0.02 0.28 0 0.06 295.59 0.69 0.81
Hex EB AC F0 2 1C 0 6 128 45 51
Octal 353 254 360 2 34 0 6 450 105 121
Binary 11101011 10101100 11110000 10 11100 0 110 100101000 1000101 1010001

Color Harmonies of #EBACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACF0

Black with #EBACF0

Text Example


Text Example

White with #EBACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACF0; }

 p { color: rgb(235,172,240); }

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

background-color css

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

 a { background-color: rgb(235,172,240); }

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

border-color css

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

 span { border-color: rgb(235,172,240); }

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