Html Css Color HEX #E194E9 Plum

📋 copy color: '#E194E9'

red 225 ◦ green 148 ◦ blue 233

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

Shades of Plum #E194E9

Tints of Plum #E194E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.45%

R = 37.13%
G = 24.42%
B = 38.45%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E194E9 (or 0xE194E9) is known color: Plum. HEX triplet: E1, 94 and E9. RGB value is (225,148,233). Sum of RGB (Red+Green+Blue) = 225+148+233=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #E194E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194E9 is #1E6B16. Grayscale: #B4B4B4. Windows color (decimal): -1993495 or 15308001. OLE color: 15308001.

HSL color Cylindrical-coordinate representation of color #E194E9: hue angle of 294.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E194E9 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 148 233 -
CMYK 0.03 0.36 0 0.09
HSL 294.35º 0.66% 0.75% -
HSV(B) 294.35º 0.36% 0.91% -
XYZ 56.35 43.07 82.43 -
YUV 180.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 225 148 233 0.03 0.36 0 0.09 294.35 0.66 0.75
Hex E1 94 E9 3 24 0 9 126 42 4B
Octal 341 224 351 3 44 0 11 446 102 113
Binary 11100001 10010100 11101001 11 100100 0 1001 100100110 1000010 1001011

Color Harmonies of #E194E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194E9

Black with #E194E9

Text Example


Text Example

White with #E194E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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