Html Css Color HEX #EB99E8 Plum

📋 copy color: '#EB99E8'

red 235 ◦ green 153 ◦ blue 232

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

Shades of Plum #EB99E8

Tints of Plum #EB99E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.42%

R = 37.9%
G = 24.68%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB99E8 (or 0xEB99E8) is known color: Plum. HEX triplet: EB, 99 and E8. RGB value is (235,153,232). Sum of RGB (Red+Green+Blue) = 235+153+232=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB99E8 is #146617. Grayscale: #BABABA. Windows color (decimal): -1336856 or 15243755. OLE color: 15243755.

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

Color convert

RGB 235 153 232 -
CMYK 0 0.35 0.01 0.08
HSL 302.2º 0.67% 0.76% -
HSV(B) 302.2º 0.35% 0.92% -
XYZ 60.22 46.27 82.1 -
YUV 186.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 235 153 232 0 0.35 0.01 0.08 302.2 0.67 0.76
Hex EB 99 E8 0 23 1 8 12E 43 4C
Octal 353 231 350 0 43 1 10 456 103 114
Binary 11101011 10011001 11101000 0 100011 1 1000 100101110 1000011 1001100

Color Harmonies of #EB99E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB99E8

Black with #EB99E8

Text Example


Text Example

White with #EB99E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB99E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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