Html Css Color HEX #EBA3F2 Plum

📋 copy color: '#EBA3F2'

red 235 ◦ green 163 ◦ blue 242

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

Shades of Plum #EBA3F2

Tints of Plum #EBA3F2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.47%

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

R = 36.72%
G = 25.47%
B = 37.81%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBA3F2 (or 0xEBA3F2) is known color: Plum. HEX triplet: EB, A3 and F2. RGB value is (235,163,242). Sum of RGB (Red+Green+Blue) = 235+163+242=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 163 (64.06% from 255 or 25.47% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3F2 is #145C0D. Grayscale: #C1C1C1. Windows color (decimal): -1334286 or 15901675. OLE color: 15901675.

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

Color convert

RGB 235 163 242 -
CMYK 0.03 0.33 0 0.05
HSL 294.68º 0.75% 0.79% -
HSV(B) 294.68º 0.33% 0.95% -
XYZ 63.39 50.27 90.37 -
YUV 193.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 235 163 242 0.03 0.33 0 0.05 294.68 0.75 0.79
Hex EB A3 F2 3 21 0 5 127 4B 4F
Octal 353 243 362 3 41 0 5 447 113 117
Binary 11101011 10100011 11110010 11 100001 0 101 100100111 1001011 1001111

Color Harmonies of #EBA3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3F2

Black with #EBA3F2

Text Example


Text Example

White with #EBA3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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