Html Css Color HEX #E194E6 Plum

📋 copy color: '#E194E6'

red 225 ◦ green 148 ◦ blue 230

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

Shades of Plum #E194E6

Tints of Plum #E194E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 37.31%
G = 24.54%
B = 38.14%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E194E6 (or 0xE194E6) is known color: Plum. HEX triplet: E1, 94 and E6. RGB value is (225,148,230). Sum of RGB (Red+Green+Blue) = 225+148+230=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #E194E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194E6 is #1E6B19. Grayscale: #B4B4B4. Windows color (decimal): -1993498 or 15111393. OLE color: 15111393.

HSL color Cylindrical-coordinate representation of color #E194E6: hue angle of 296.34º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E194E6 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 148 230 -
CMYK 0.02 0.36 0 0.10
HSL 296.34º 0.62% 0.74% -
HSV(B) 296.34º 0.36% 0.9% -
XYZ 55.92 42.9 80.2 -
YUV 180.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 225 148 230 0.02 0.36 0 0.10 296.34 0.62 0.74
Hex E1 94 E6 2 24 0 A 128 3E 4A
Octal 341 224 346 2 44 0 12 450 76 112
Binary 11100001 10010100 11100110 10 100100 0 1010 100101000 111110 1001010

Color Harmonies of #E194E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194E6

Black with #E194E6

Text Example


Text Example

White with #E194E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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