Html Css Color HEX #EBA2EA Plum

📋 copy color: '#EBA2EA'

red 235 ◦ green 162 ◦ blue 234

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

Shades of Plum #EBA2EA

Tints of Plum #EBA2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 37.24%
G = 25.67%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA2EA (or 0xEBA2EA) is known color: Plum. HEX triplet: EB, A2 and EA. RGB value is (235,162,234). Sum of RGB (Red+Green+Blue) = 235+162+234=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2EA is #145D15. Grayscale: #BFBFBF. Windows color (decimal): -1334550 or 15377131. OLE color: 15377131.

HSL color Cylindrical-coordinate representation of color #EBA2EA: hue angle of 300.82º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2EA is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 234 -
CMYK 0 0.31 0.00 0.08
HSL 300.82º 0.65% 0.78% -
HSV(B) 300.82º 0.31% 0.92% -
XYZ 62.03 49.44 84.12 -
YUV 192.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 235 162 234 0 0.31 0.00 0.08 300.82 0.65 0.78
Hex EB A2 EA 0 1F 0 8 12D 41 4E
Octal 353 242 352 0 37 0 10 455 101 116
Binary 11101011 10100010 11101010 0 11111 0 1000 100101101 1000001 1001110

Color Harmonies of #EBA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2EA

Black with #EBA2EA

Text Example


Text Example

White with #EBA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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