Html Css Color HEX #EBA5F2 Plum

📋 copy color: '#EBA5F2'

red 235 ◦ green 165 ◦ blue 242

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

Shades of Plum #EBA5F2

Tints of Plum #EBA5F2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.7%

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

R = 36.6%
G = 25.7%
B = 37.69%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBA5F2 (or 0xEBA5F2) is known color: Plum. HEX triplet: EB, A5 and F2. RGB value is (235,165,242). Sum of RGB (Red+Green+Blue) = 235+165+242=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5F2 is #145A0D. Grayscale: #C2C2C2. Windows color (decimal): -1333774 or 15902187. OLE color: 15902187.

HSL color Cylindrical-coordinate representation of color #EBA5F2: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA5F2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 165 242 -
CMYK 0.03 0.32 0 0.05
HSL 294.55º 0.75% 0.8% -
HSV(B) 294.55º 0.32% 0.95% -
XYZ 63.74 50.98 90.49 -
YUV 194.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 235 165 242 0.03 0.32 0 0.05 294.55 0.75 0.8
Hex EB A5 F2 3 20 0 5 127 4B 50
Octal 353 245 362 3 40 0 5 447 113 120
Binary 11101011 10100101 11110010 11 100000 0 101 100100111 1001011 1010000

Color Harmonies of #EBA5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5F2

Black with #EBA5F2

Text Example


Text Example

White with #EBA5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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