Html Css Color HEX #EB99DF Plum

📋 copy color: '#EB99DF'

red 235 ◦ green 153 ◦ blue 223

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

Shades of Plum #EB99DF

Tints of Plum #EB99DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.04%

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 38.46%
G = 25.04%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB99DF (or 0xEB99DF) is known color: Plum. HEX triplet: EB, 99 and DF. RGB value is (235,153,223). Sum of RGB (Red+Green+Blue) = 235+153+223=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99DF is #146620. Grayscale: #B9B9B9. Windows color (decimal): -1336865 or 14653931. OLE color: 14653931.

HSL color Cylindrical-coordinate representation of color #EB99DF: hue angle of 308.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99DF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 153 223 -
CMYK 0 0.35 0.05 0.08
HSL 308.78º 0.67% 0.76% -
HSV(B) 308.78º 0.35% 0.92% -
XYZ 58.97 45.77 75.54 -
YUV 185.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 235 153 223 0 0.35 0.05 0.08 308.78 0.67 0.76
Hex EB 99 DF 0 23 5 8 135 43 4C
Octal 353 231 337 0 43 5 10 465 103 114
Binary 11101011 10011001 11011111 0 100011 101 1000 100110101 1000011 1001100

Color Harmonies of #EB99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB99DF

Black with #EB99DF

Text Example


Text Example

White with #EB99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB99DF; }

 p { color: rgb(235,153,223); }

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

background-color css

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

 a { background-color: rgb(235,153,223); }

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

border-color css

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

 span { border-color: rgb(235,153,223); }

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