Html Css Color HEX #EB9FE5 Plum

📋 copy color: '#EB9FE5'

red 235 ◦ green 159 ◦ blue 229

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

Shades of Plum #EB9FE5

Tints of Plum #EB9FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.52%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 37.72%
G = 25.52%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB9FE5 (or 0xEB9FE5) is known color: Plum. HEX triplet: EB, 9F and E5. RGB value is (235,159,229). Sum of RGB (Red+Green+Blue) = 235+159+229=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FE5 is #14601A. Grayscale: #BDBDBD. Windows color (decimal): -1335323 or 15048683. OLE color: 15048683.

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

Color convert

RGB 235 159 229 -
CMYK 0 0.32 0.03 0.08
HSL 304.74º 0.66% 0.77% -
HSV(B) 304.74º 0.32% 0.92% -
XYZ 60.8 48.12 80.21 -
YUV 189.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 235 159 229 0 0.32 0.03 0.08 304.74 0.66 0.77
Hex EB 9F E5 0 20 3 8 131 42 4D
Octal 353 237 345 0 40 3 10 461 102 115
Binary 11101011 10011111 11100101 0 100000 11 1000 100110001 1000010 1001101

Color Harmonies of #EB9FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9FE5

Black with #EB9FE5

Text Example


Text Example

White with #EB9FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9FE5; }

 p { color: rgb(235,159,229); }

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

background-color css

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

 a { background-color: rgb(235,159,229); }

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

border-color css

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

 span { border-color: rgb(235,159,229); }

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