Html Css Color HEX #EB99EC Plum

📋 copy color: '#EB99EC'

red 235 ◦ green 153 ◦ blue 236

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

Shades of Plum #EB99EC

Tints of Plum #EB99EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 37.66%
G = 24.52%
B = 37.82%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB99EC (or 0xEB99EC) is known color: Plum. HEX triplet: EB, 99 and EC. RGB value is (235,153,236). Sum of RGB (Red+Green+Blue) = 235+153+236=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB99EC is #146613. Grayscale: #BABABA. Windows color (decimal): -1336852 or 15505899. OLE color: 15505899.

HSL color Cylindrical-coordinate representation of color #EB99EC: hue angle of 299.28º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99EC is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 153 236 -
CMYK 0.00 0.35 0 0.07
HSL 299.28º 0.69% 0.76% -
HSV(B) 299.28º 0.35% 0.93% -
XYZ 60.79 46.5 85.13 -
YUV 186.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 235 153 236 0.00 0.35 0 0.07 299.28 0.69 0.76
Hex EB 99 EC 0 23 0 7 12B 45 4C
Octal 353 231 354 0 43 0 7 453 105 114
Binary 11101011 10011001 11101100 0 100011 0 111 100101011 1000101 1001100

Color Harmonies of #EB99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB99EC

Black with #EB99EC

Text Example


Text Example

White with #EB99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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