Html Css Color HEX #E199EA Plum

📋 copy color: '#E199EA'

red 225 ◦ green 153 ◦ blue 234

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

Shades of Plum #E199EA

Tints of Plum #E199EA

RGB

 RED value IS 225 (88.28% from 255) = 36.76%

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 36.76%
G = 25%
B = 38.24%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E199EA (or 0xE199EA) is known color: Plum. HEX triplet: E1, 99 and EA. RGB value is (225,153,234). Sum of RGB (Red+Green+Blue) = 225+153+234=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #E199EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199EA is #1E6615. Grayscale: #B7B7B7. Windows color (decimal): -1992214 or 15374817. OLE color: 15374817.

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

Color convert

RGB 225 153 234 -
CMYK 0.04 0.35 0 0.08
HSL 293.33º 0.66% 0.76% -
HSV(B) 293.33º 0.35% 0.92% -
XYZ 57.29 44.73 83.46 -
YUV 183.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 225 153 234 0.04 0.35 0 0.08 293.33 0.66 0.76
Hex E1 99 EA 4 23 0 8 125 42 4C
Octal 341 231 352 4 43 0 10 445 102 114
Binary 11100001 10011001 11101010 100 100011 0 1000 100100101 1000010 1001100

Color Harmonies of #E199EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E199EA

Black with #E199EA

Text Example


Text Example

White with #E199EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E199EA; }

 p { color: rgb(225,153,234); }

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

background-color css

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

 a { background-color: rgb(225,153,234); }

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

border-color css

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

 span { border-color: rgb(225,153,234); }

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