Html Css Color HEX #EB9DEA Plum

📋 copy color: '#EB9DEA'

red 235 ◦ green 157 ◦ blue 234

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

Shades of Plum #EB9DEA

Tints of Plum #EB9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.08%

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

R = 37.54%
G = 25.08%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB9DEA (or 0xEB9DEA) is known color: Plum. HEX triplet: EB, 9D and EA. RGB value is (235,157,234). Sum of RGB (Red+Green+Blue) = 235+157+234=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DEA is #146215. Grayscale: #BCBCBC. Windows color (decimal): -1335830 or 15375851. OLE color: 15375851.

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

Color convert

RGB 235 157 234 -
CMYK 0 0.33 0.00 0.08
HSL 300.77º 0.66% 0.77% -
HSV(B) 300.77º 0.33% 0.92% -
XYZ 61.17 47.72 83.83 -
YUV 189.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 235 157 234 0 0.33 0.00 0.08 300.77 0.66 0.77
Hex EB 9D EA 0 21 0 8 12D 42 4D
Octal 353 235 352 0 41 0 10 455 102 115
Binary 11101011 10011101 11101010 0 100001 0 1000 100101101 1000010 1001101

Color Harmonies of #EB9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9DEA

Black with #EB9DEA

Text Example


Text Example

White with #EB9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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