Html Css Color HEX #EB9DE4 Plum

📋 copy color: '#EB9DE4'

red 235 ◦ green 157 ◦ blue 228

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

Shades of Plum #EB9DE4

Tints of Plum #EB9DE4

RGB

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

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

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

R = 37.9%
G = 25.32%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB9DE4 (or 0xEB9DE4) is known color: Plum. HEX triplet: EB, 9D and E4. RGB value is (235,157,228). Sum of RGB (Red+Green+Blue) = 235+157+228=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DE4 is #14621B. Grayscale: #BCBCBC. Windows color (decimal): -1335836 or 14982635. OLE color: 14982635.

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

Color convert

RGB 235 157 228 -
CMYK 0 0.33 0.03 0.08
HSL 305.38º 0.66% 0.77% -
HSV(B) 305.38º 0.33% 0.92% -
XYZ 60.32 47.38 79.36 -
YUV 188.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 235 157 228 0 0.33 0.03 0.08 305.38 0.66 0.77
Hex EB 9D E4 0 21 3 8 131 42 4D
Octal 353 235 344 0 41 3 10 461 102 115
Binary 11101011 10011101 11100100 0 100001 11 1000 100110001 1000010 1001101

Color Harmonies of #EB9DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9DE4

Black with #EB9DE4

Text Example


Text Example

White with #EB9DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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