Html Css Color HEX #EBA9F2 Plum

📋 copy color: '#EBA9F2'

red 235 ◦ green 169 ◦ blue 242

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

Shades of Plum #EBA9F2

Tints of Plum #EBA9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.46%

R = 36.38%
G = 26.16%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBA9F2 (or 0xEBA9F2) is known color: Plum. HEX triplet: EB, A9 and F2. RGB value is (235,169,242). Sum of RGB (Red+Green+Blue) = 235+169+242=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9F2 is #14560D. Grayscale: #C4C4C4. Windows color (decimal): -1332750 or 15903211. OLE color: 15903211.

HSL color Cylindrical-coordinate representation of color #EBA9F2: hue angle of 294.25º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA9F2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 169 242 -
CMYK 0.03 0.30 0 0.05
HSL 294.25º 0.74% 0.81% -
HSV(B) 294.25º 0.3% 0.95% -
XYZ 64.48 52.45 90.73 -
YUV 197.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 235 169 242 0.03 0.30 0 0.05 294.25 0.74 0.81
Hex EB A9 F2 3 1E 0 5 126 4A 51
Octal 353 251 362 3 36 0 5 446 112 121
Binary 11101011 10101001 11110010 11 11110 0 101 100100110 1001010 1010001

Color Harmonies of #EBA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9F2

Black with #EBA9F2

Text Example


Text Example

White with #EBA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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