Html Css Color HEX #EB9DE1 Plum

📋 copy color: '#EB9DE1'

red 235 ◦ green 157 ◦ blue 225

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

Shades of Plum #EB9DE1

Tints of Plum #EB9DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 38.09%
G = 25.45%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB9DE1 (or 0xEB9DE1) is known color: Plum. HEX triplet: EB, 9D and E1. RGB value is (235,157,225). Sum of RGB (Red+Green+Blue) = 235+157+225=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DE1 is #14621E. Grayscale: #BBBBBB. Windows color (decimal): -1335839 or 14786027. OLE color: 14786027.

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

Color convert

RGB 235 157 225 -
CMYK 0 0.33 0.04 0.08
HSL 307.69º 0.66% 0.77% -
HSV(B) 307.69º 0.33% 0.92% -
XYZ 59.91 47.21 77.19 -
YUV 188.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 235 157 225 0 0.33 0.04 0.08 307.69 0.66 0.77
Hex EB 9D E1 0 21 4 8 134 42 4D
Octal 353 235 341 0 41 4 10 464 102 115
Binary 11101011 10011101 11100001 0 100001 100 1000 100110100 1000010 1001101

Color Harmonies of #EB9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9DE1

Black with #EB9DE1

Text Example


Text Example

White with #EB9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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