Html Css Color HEX #E194EB Plum

📋 copy color: '#E194EB'

red 225 ◦ green 148 ◦ blue 235

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

Shades of Plum #E194EB

Tints of Plum #E194EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.34%

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 37.01%
G = 24.34%
B = 38.65%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E194EB (or 0xE194EB) is known color: Plum. HEX triplet: E1, 94 and EB. RGB value is (225,148,235). Sum of RGB (Red+Green+Blue) = 225+148+235=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #E194EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194EB is #1E6B14. Grayscale: #B4B4B4. Windows color (decimal): -1993493 or 15439073. OLE color: 15439073.

HSL color Cylindrical-coordinate representation of color #E194EB: hue angle of 293.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E194EB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 148 235 -
CMYK 0.04 0.37 0 0.08
HSL 293.1º 0.69% 0.75% -
HSV(B) 293.1º 0.37% 0.92% -
XYZ 56.64 43.19 83.95 -
YUV 180.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 225 148 235 0.04 0.37 0 0.08 293.1 0.69 0.75
Hex E1 94 EB 4 25 0 8 125 45 4B
Octal 341 224 353 4 45 0 10 445 105 113
Binary 11100001 10010100 11101011 100 100101 0 1000 100100101 1000101 1001011

Color Harmonies of #E194EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194EB

Black with #E194EB

Text Example


Text Example

White with #E194EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194EB; }

 p { color: rgb(225,148,235); }

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

background-color css

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

 a { background-color: rgb(225,148,235); }

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

border-color css

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

 span { border-color: rgb(225,148,235); }

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