Html Css Color HEX #EBA2E4 Plum

📋 copy color: '#EBA2E4'

red 235 ◦ green 162 ◦ blue 228

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

Shades of Plum #EBA2E4

Tints of Plum #EBA2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.48%

R = 37.6%
G = 25.92%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBA2E4 (or 0xEBA2E4) is known color: Plum. HEX triplet: EB, A2 and E4. RGB value is (235,162,228). Sum of RGB (Red+Green+Blue) = 235+162+228=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2E4 is #145D1B. Grayscale: #BFBFBF. Windows color (decimal): -1334556 or 14983915. OLE color: 14983915.

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

Color convert

RGB 235 162 228 -
CMYK 0 0.31 0.03 0.08
HSL 305.75º 0.65% 0.78% -
HSV(B) 305.75º 0.31% 0.92% -
XYZ 61.18 49.1 79.65 -
YUV 191.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 235 162 228 0 0.31 0.03 0.08 305.75 0.65 0.78
Hex EB A2 E4 0 1F 3 8 132 41 4E
Octal 353 242 344 0 37 3 10 462 101 116
Binary 11101011 10100010 11100100 0 11111 11 1000 100110010 1000001 1001110

Color Harmonies of #EBA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2E4

Black with #EBA2E4

Text Example


Text Example

White with #EBA2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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