Html Css Color HEX #E299DB Plum

📋 copy color: '#E299DB'

red 226 ◦ green 153 ◦ blue 219

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

Shades of Plum #E299DB

Tints of Plum #E299DB

RGB

 RED value IS 226 (88.67% from 255) = 37.79%

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

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 37.79%
G = 25.59%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E299DB (or 0xE299DB) is known color: Plum. HEX triplet: E2, 99 and DB. RGB value is (226,153,219). Sum of RGB (Red+Green+Blue) = 226+153+219=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E299DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299DB is #1D6624. Grayscale: #B6B6B6. Windows color (decimal): -1926693 or 14391778. OLE color: 14391778.

HSL color Cylindrical-coordinate representation of color #E299DB: hue angle of 305.75º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299DB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 219 -
CMYK 0 0.32 0.03 0.11
HSL 305.75º 0.56% 0.74% -
HSV(B) 305.75º 0.32% 0.89% -
XYZ 55.54 44.07 72.6 -
YUV 182.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 226 153 219 0 0.32 0.03 0.11 305.75 0.56 0.74
Hex E2 99 DB 0 20 3 B 132 38 4A
Octal 342 231 333 0 40 3 13 462 70 112
Binary 11100010 10011001 11011011 0 100000 11 1011 100110010 111000 1001010

Color Harmonies of #E299DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299DB

Black with #E299DB

Text Example


Text Example

White with #E299DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299DB; }

 p { color: rgb(226,153,219); }

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

background-color css

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

 a { background-color: rgb(226,153,219); }

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

border-color css

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

 span { border-color: rgb(226,153,219); }

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