Html Css Color HEX #E194CE Plum

📋 copy color: '#E194CE'

red 225 ◦ green 148 ◦ blue 206

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

Shades of Plum #E194CE

Tints of Plum #E194CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 38.86%
G = 25.56%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E194CE (or 0xE194CE) is known color: Plum. HEX triplet: E1, 94 and CE. RGB value is (225,148,206). Sum of RGB (Red+Green+Blue) = 225+148+206=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E194CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194CE is #1E6B31. Grayscale: #B1B1B1. Windows color (decimal): -1993522 or 13538529. OLE color: 13538529.

HSL color Cylindrical-coordinate representation of color #E194CE: hue angle of 314.81º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194CE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 206 -
CMYK 0 0.34 0.08 0.12
HSL 314.81º 0.56% 0.73% -
HSV(B) 314.81º 0.34% 0.88% -
XYZ 52.78 41.64 63.65 -
YUV 177.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 225 148 206 0 0.34 0.08 0.12 314.81 0.56 0.73
Hex E1 94 CE 0 22 8 C 13B 38 49
Octal 341 224 316 0 42 10 14 473 70 111
Binary 11100001 10010100 11001110 0 100010 1000 1100 100111011 111000 1001001

Color Harmonies of #E194CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194CE

Black with #E194CE

Text Example


Text Example

White with #E194CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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