Html Css Color HEX #E299EF Plum

📋 copy color: '#E299EF'

red 226 ◦ green 153 ◦ blue 239

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

Shades of Plum #E299EF

Tints of Plum #E299EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 36.57%
G = 24.76%
B = 38.67%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E299EF (or 0xE299EF) is known color: Plum. HEX triplet: E2, 99 and EF. RGB value is (226,153,239). Sum of RGB (Red+Green+Blue) = 226+153+239=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #E299EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299EF is #1D6610. Grayscale: #B8B8B8. Windows color (decimal): -1926673 or 15702498. OLE color: 15702498.

HSL color Cylindrical-coordinate representation of color #E299EF: hue angle of 290.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E299EF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 153 239 -
CMYK 0.05 0.36 0 0.06
HSL 290.93º 0.73% 0.77% -
HSV(B) 290.93º 0.36% 0.94% -
XYZ 58.34 45.18 87.31 -
YUV 184.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 226 153 239 0.05 0.36 0 0.06 290.93 0.73 0.77
Hex E2 99 EF 5 24 0 6 123 49 4D
Octal 342 231 357 5 44 0 6 443 111 115
Binary 11100010 10011001 11101111 101 100100 0 110 100100011 1001001 1001101

Color Harmonies of #E299EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299EF

Black with #E299EF

Text Example


Text Example

White with #E299EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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