Html Css Color HEX #E099F2 Plum

📋 copy color: '#E099F2'

red 224 ◦ green 153 ◦ blue 242

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

Shades of Plum #E099F2

Tints of Plum #E099F2

RGB

 RED value IS 224 (87.89% from 255) = 36.19%

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

 BLUE value IS 242 (94.92% from 255) = 39.1%

R = 36.19%
G = 24.72%
B = 39.1%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E099F2 (or 0xE099F2) is known color: Plum. HEX triplet: E0, 99 and F2. RGB value is (224,153,242). Sum of RGB (Red+Green+Blue) = 224+153+242=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #E099F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099F2 is #1F660D. Grayscale: #B8B8B8. Windows color (decimal): -2057742 or 15899104. OLE color: 15899104.

HSL color Cylindrical-coordinate representation of color #E099F2: hue angle of 287.87º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E099F2 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 153 242 -
CMYK 0.07 0.37 0 0.05
HSL 287.87º 0.77% 0.77% -
HSV(B) 287.87º 0.37% 0.95% -
XYZ 58.16 45.04 89.63 -
YUV 184.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 224 153 242 0.07 0.37 0 0.05 287.87 0.77 0.77
Hex E0 99 F2 7 25 0 5 120 4D 4D
Octal 340 231 362 7 45 0 5 440 115 115
Binary 11100000 10011001 11110010 111 100101 0 101 100100000 1001101 1001101

Color Harmonies of #E099F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E099F2

Black with #E099F2

Text Example


Text Example

White with #E099F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E099F2; }

 p { color: rgb(224,153,242); }

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

background-color css

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

 a { background-color: rgb(224,153,242); }

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

border-color css

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

 span { border-color: rgb(224,153,242); }

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