Html Css Color HEX #E194CF Plum

📋 copy color: '#E194CF'

red 225 ◦ green 148 ◦ blue 207

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

Shades of Plum #E194CF

Tints of Plum #E194CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 38.79%
G = 25.52%
B = 35.69%

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

#E194CF (or 0xE194CF) is known color: Plum. HEX triplet: E1, 94 and CF. RGB value is (225,148,207). Sum of RGB (Red+Green+Blue) = 225+148+207=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E194CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194CF is #1E6B30. Grayscale: #B1B1B1. Windows color (decimal): -1993521 or 13604065. OLE color: 13604065.

HSL color Cylindrical-coordinate representation of color #E194CF: hue angle of 314.03º 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 #E194CF is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 207 -
CMYK 0 0.34 0.08 0.12
HSL 314.03º 0.56% 0.73% -
HSV(B) 314.03º 0.34% 0.88% -
XYZ 52.9 41.69 64.29 -
YUV 177.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 225 148 207 0 0.34 0.08 0.12 314.03 0.56 0.73
Hex E1 94 CF 0 22 8 C 13A 38 49
Octal 341 224 317 0 42 10 14 472 70 111
Binary 11100001 10010100 11001111 0 100010 1000 1100 100111010 111000 1001001

Color Harmonies of #E194CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194CF

Black with #E194CF

Text Example


Text Example

White with #E194CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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