Html Css Color HEX #E299DA Plum

📋 copy color: '#E299DA'

red 226 ◦ green 153 ◦ blue 218

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

Shades of Plum #E299DA

Tints of Plum #E299DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 37.86%
G = 25.63%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E299DA (or 0xE299DA) is known color: Plum. HEX triplet: E2, 99 and DA. RGB value is (226,153,218). Sum of RGB (Red+Green+Blue) = 226+153+218=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E299DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299DA is #1D6625. Grayscale: #B6B6B6. Windows color (decimal): -1926694 or 14326242. OLE color: 14326242.

HSL color Cylindrical-coordinate representation of color #E299DA: hue angle of 306.58º 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 #E299DA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 218 -
CMYK 0 0.32 0.04 0.11
HSL 306.58º 0.56% 0.74% -
HSV(B) 306.58º 0.32% 0.89% -
XYZ 55.41 44.01 71.9 -
YUV 182.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 226 153 218 0 0.32 0.04 0.11 306.58 0.56 0.74
Hex E2 99 DA 0 20 4 B 133 38 4A
Octal 342 231 332 0 40 4 13 463 70 112
Binary 11100010 10011001 11011010 0 100000 100 1011 100110011 111000 1001010

Color Harmonies of #E299DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299DA

Black with #E299DA

Text Example


Text Example

White with #E299DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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