Html Css Color HEX #EBA9F0 Plum

📋 copy color: '#EBA9F0'

red 235 ◦ green 169 ◦ blue 240

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

Shades of Plum #EBA9F0

Tints of Plum #EBA9F0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.24%

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

R = 36.49%
G = 26.24%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBA9F0 (or 0xEBA9F0) is known color: Plum. HEX triplet: EB, A9 and F0. RGB value is (235,169,240). Sum of RGB (Red+Green+Blue) = 235+169+240=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBA9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9F0 is #14560F. Grayscale: #C4C4C4. Windows color (decimal): -1332752 or 15772139. OLE color: 15772139.

HSL color Cylindrical-coordinate representation of color #EBA9F0: hue angle of 295.77º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA9F0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 169 240 -
CMYK 0.02 0.30 0 0.06
HSL 295.77º 0.7% 0.8% -
HSV(B) 295.77º 0.3% 0.94% -
XYZ 64.18 52.33 89.16 -
YUV 196.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 235 169 240 0.02 0.30 0 0.06 295.77 0.7 0.8
Hex EB A9 F0 2 1E 0 6 128 46 50
Octal 353 251 360 2 36 0 6 450 106 120
Binary 11101011 10101001 11110000 10 11110 0 110 100101000 1000110 1010000

Color Harmonies of #EBA9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9F0

Black with #EBA9F0

Text Example


Text Example

White with #EBA9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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