Html Css Color HEX #EBA2ED Plum

📋 copy color: '#EBA2ED'

red 235 ◦ green 162 ◦ blue 237

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

Shades of Plum #EBA2ED

Tints of Plum #EBA2ED

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.55%

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 37.07%
G = 25.55%
B = 37.38%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA2ED (or 0xEBA2ED) is known color: Plum. HEX triplet: EB, A2 and ED. RGB value is (235,162,237). Sum of RGB (Red+Green+Blue) = 235+162+237=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2ED is #145D12. Grayscale: #C0C0C0. Windows color (decimal): -1334547 or 15573739. OLE color: 15573739.

HSL color Cylindrical-coordinate representation of color #EBA2ED: hue angle of 298.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA2ED is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 162 237 -
CMYK 0.01 0.32 0 0.07
HSL 298.4º 0.68% 0.78% -
HSV(B) 298.4º 0.32% 0.93% -
XYZ 62.47 49.62 86.41 -
YUV 192.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 235 162 237 0.01 0.32 0 0.07 298.4 0.68 0.78
Hex EB A2 ED 1 20 0 7 12A 44 4E
Octal 353 242 355 1 40 0 7 452 104 116
Binary 11101011 10100010 11101101 1 100000 0 111 100101010 1000100 1001110

Color Harmonies of #EBA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2ED

Black with #EBA2ED

Text Example


Text Example

White with #EBA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2ED; }

 p { color: rgb(235,162,237); }

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

background-color css

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

 a { background-color: rgb(235,162,237); }

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

border-color css

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

 span { border-color: rgb(235,162,237); }

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