Html Css Color HEX #EBA2E7 Plum

📋 copy color: '#EBA2E7'

red 235 ◦ green 162 ◦ blue 231

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

Shades of Plum #EBA2E7

Tints of Plum #EBA2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.78%

R = 37.42%
G = 25.8%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBA2E7 (or 0xEBA2E7) is known color: Plum. HEX triplet: EB, A2 and E7. RGB value is (235,162,231). Sum of RGB (Red+Green+Blue) = 235+162+231=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2E7 is #145D18. Grayscale: #BFBFBF. Windows color (decimal): -1334553 or 15180523. OLE color: 15180523.

HSL color Cylindrical-coordinate representation of color #EBA2E7: hue angle of 303.29º 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 #EBA2E7 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 231 -
CMYK 0 0.31 0.02 0.08
HSL 303.29º 0.65% 0.78% -
HSV(B) 303.29º 0.31% 0.92% -
XYZ 61.61 49.27 81.86 -
YUV 191.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 235 162 231 0 0.31 0.02 0.08 303.29 0.65 0.78
Hex EB A2 E7 0 1F 2 8 12F 41 4E
Octal 353 242 347 0 37 2 10 457 101 116
Binary 11101011 10100010 11100111 0 11111 10 1000 100101111 1000001 1001110

Color Harmonies of #EBA2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2E7

Black with #EBA2E7

Text Example


Text Example

White with #EBA2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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